Re-exports
pub use self::Mem::*;
Structs
A pointer to mutable memory that can be dereferenced on the GPU.
A slice of mutable memory that can be dereferenced on the GPU.
A pointer to immutable memory that can be dereferenced on the GPU.
A slice of immutable memory that can be dereferenced on the GPU.
Enums
Traits
GPU-accessible memory.
A trait for locking pages in memory
A trait for memory that can be page-locked by CUDA.