Crate rustacuda_core

source ·
Expand description

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

A pointer to device memory.
A pointer to unified memory.

Traits

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