Table of Contents

Enum NumaMemoryPolicy

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

NUMA memory allocation policy.

public enum NumaMemoryPolicy

Fields

Bind = 1

Bind to specific nodes.

Default = 0

Default system policy.

Interleave = 2

Interleave across nodes.

Local = 4

Local allocation only.

Preferred = 3

Prefer specific nodes.