Enum arrayfire::Backend[][src]

#[repr(u32)]
pub enum Backend { DEFAULT, CPU, CUDA, OPENCL, }

Compute/Acceleration Backend

Variants

Default backend order: OpenCL -> CUDA -> CPU

CPU a.k.a sequential algorithms

CUDA Compute Backend

OpenCL Compute Backend

Trait Implementations

impl Clone for Backend
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Backend
[src]

impl Debug for Backend
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Backend
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for Backend
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Backend

impl Sync for Backend