Enum NumaAllocationStrategy
- Namespace
- DotCompute.Backends.CPU.Threading
- Assembly
- DotCompute.Backends.CPU.dll
NUMA allocation strategies.
public enum NumaAllocationStrategy
Fields
Bind = 1Strictly bind to specified nodes.
Interleaved = 2Interleave allocation across nodes.
Local = 3Use local node allocation.
Preferred = 0Allocate from preferred nodes when possible.