pub trait AsMutKernelPtr: AsMutKernelPtrBase { }
Expand description

Trait defining the conversion to an smutable pointer type passed to the cuda kernel

Implementors