Skip to main content

Module types

Module types 

Source

Structs§

Complex
A complex number in Cartesian form.
DeviceFunction
CUDA device function handle.
DevicePtr
EmulationSpecialValuesSupport
GraphicsMapResourceFlags
GraphicsRegisterFlags
HostFunction
CUDA host callback function pointer.
bf16
A 16-bit floating point type implementing the bfloat16 format.
f4e2m1
f6e2m3
f6e3m2
f8e4m3
f8e5m2
f8ue8m0
f16
A 16-bit floating point type implementing the IEEE 754-2008 standard binary16 a.k.a “half” format.

Enums§

AccessProperty
ComputeMode
CubemapFace
EmulationMantissaControl
EmulationStrategy
FunctionAttribute
FunctionCache
LibraryProperty
Limit
MemoryAdvise
MemoryRangeAttribute
MemoryType
PointerAttribute
ResourceType
SharedMemoryCarveout
SharedMemoryConfigDeprecated

Type Aliases§

Complex32
Alias for a Complex<f32>
Complex64
Alias for a Complex<f64>