Expand description
Burn compute crate that helps creating high performance async backends.
Modules§
- channel
- Compute channel module.
- client
- Compute client module.
- memory_
management - Memory management module.
- server
- Compute server module.
- storage
- Compute Storage module.
- tune
- Autotune module
Macros§
- memory_
id_ type - Create a new memory ID type.
- storage_
id_ type - Create a new storage ID type.
Structs§
- Compute
Runtime - The compute type has the responsibility to retrieve the correct compute client based on the given device.