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

A CPU-dereferencable memory type

A MemType represents the memory type of Mem

Traits

GPU-accessible memory.

A trait for locking pages in memory

A trait for memory that can be page-locked by CUDA.