Module cubecl_runtime::memory_management

source ·
Expand description

Memory management module.

Modules§

  • Dynamic memory management strategy.
  • Simple memory management strategy.

Traits§

  • Binding to a memory handle.
  • The managed tensor buffer handle that points to some memory segment. It should not contain actual data.
  • The MemoryManagement trait encapsulates strategies for (de)allocating memory. It is bound to the ComputeStorage trait, which does the actual (de)allocations.