Enum arrayfire::Backend
[−]
[src]
#[repr(C)]pub enum Backend { DEFAULT, CPU, CUDA, OPENCL, }
Compute/Acceleration Backend
Variants
DEFAULTDefault backend order: OpenCL -> CUDA -> CPU
CPUCPU a.k.a sequential algorithms
CUDACUDA Compute Backend
OPENCLOpenCL Compute Backend
Trait Implementations
impl Clone for Backend[src]
fn clone(&self) -> Backend
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for Backend[src]
impl Debug for Backend[src]
impl PartialEq for Backend[src]
fn eq(&self, __arg_0: &Backend) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.