Module cubecl_runtime::memory_management::simple
source · Expand description
Simple memory management strategy.
Structs§
- Binding of a memory handle.
- Memory Handle.
- Memory ID.
- Reserves and keeps track of chunks of memory in the storage, and slices upon these chunks.
- Binding of a memory handle.
- Memory Handle.
- Memory ID.
Enums§
- The strategy defines the frequency at which deallocation of unused memory chunks should occur.
- Binding of the simple handle.
- A tensor memory handle, referring to either a chunk or a slice.
- The strategy defines when to reuse chunk with slices.