pub trait CudaAlloc: Sealed { }
Implementations on Foreign Types§
impl<T: CudaAlloc> CudaAlloc for Option<T>
Implementors§
impl CudaAlloc for NoCudaAlloc
impl CudaAlloc for SomeCudaAlloc
impl<A: CudaAlloc, B: CudaAlloc> CudaAlloc for CombinedCudaAlloc<A, B>
impl<C: CudaDroppable> CudaAlloc for CudaDropWrapper<C>
Available on crate feature
host
only.