[][src]Crate rustacuda_core

RustaCUDA-core is a minimal subset of RustaCUDA which is intended to be used in device-side crates.

It includes a small number of types needed when sharing types between the host and device. This is not intended to be used in a standalone way - see RustaCUDA for full documentation.

Structs

DevicePointer

A pointer to device memory.

UnifiedPointer

A pointer to unified memory.

Traits

DeviceCopy

Marker trait for types which can safely be copied to or from a CUDA device.