Expand description
Device module.
Structs§
- Device
Context - Handle for accessing a
DeviceStateassociated with a specific device. - Device
Guard - Guard making sure only the locked device can be used.
- Device
Id - The device id.
- Device
State Guard - Guard providing mutable access to
DeviceState.
Traits§
- Device
- Device trait for all cubecl devices.
- Device
State - A state that can be saved inside the
DeviceContext.