Enum rust_gpu_tools::Framework
source · [−]pub enum Framework {
Cuda,
Opencl,
}
Expand description
Which framework to use, CUDA or OpenCL.
Variants
Cuda
CUDA.
Opencl
OpenCL.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Framework
impl UnwindSafe for Framework
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self