Expand description
Automatically generated bindings for the Cuda backend.
Structs§
- Device
Memory Properties - Memory information of a device at one point in time.
- Device
Properties - Properties of a device.
- Device
Ref - A reference to a physical device retrieved from a
cu_Devicesobject. - Devices
- A list of physical devices.
Enums§
- Device
Kind - The hardware type of a device.
Functions§
- destroy_
devices ⚠ - Destroys a
cu_Devicesobject 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_Devicesobject. - 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.