Module cuda

Module cuda 

Source
Expand description

Automatically generated bindings for the Cuda backend.

Structs§

DeviceMemoryProperties
Memory information of a device at one point in time.
DeviceProperties
Properties of a device.
DeviceRef
A reference to a physical device retrieved from a cu_Devices object.
Devices
A list of physical devices.

Enums§

DeviceKind
The hardware type of a device.

Functions§

destroy_devices
Destroys a cu_Devices object and frees its used memory
device_memory_properties
Query local memory information of the provided device at this point in time.
device_properties
Get the properties of the provided device.
get_device
Acquire a reference to a device from within a cu_Devices object.
init
Initializes the global context.
list_devices
Creates a list containing all physical devices found within the Vulkan context.
term
Destroys the global context and frees all allocations.