Module cudarc::types

source ·
Expand description

Exposes CudaTypeName which maps between rust type names and the corresponding cuda kernel type names.

For example, f32 in rust corresponds to float in a cuda kernel.

Traits