Module cubecl_runtime::memory_management::dynamic
source · Expand description
Dynamic memory management strategy.
Structs§
- Reserves and keeps track of chunks of memory in the storage, and slices upon these chunks.
- Options to initialize a dynamic memory management.
- Options to create a memory pool.