Table of Contents

Enum NumaAllocationStrategy

Namespace
DotCompute.Backends.CPU.Threading
Assembly
DotCompute.Backends.CPU.dll

NUMA allocation strategies.

public enum NumaAllocationStrategy

Fields

Bind = 1

Strictly bind to specified nodes.

Interleaved = 2

Interleave allocation across nodes.

Local = 3

Use local node allocation.

Preferred = 0

Allocate from preferred nodes when possible.