Module cubecl_runtime::storage
source · Expand description
Compute Storage module.
Structs§
- This struct is a pointer to a memory chunk or slice.
- The bytes storage maps ids to pointers of bytes in a contiguous layout.
- Contains the storage id of a resource and the way it is used.
- Storage ID.
Enums§
- Defines if data uses a full memory chunk or a slice of it.
Traits§
- Storage types are responsible for allocating and deallocating memory.