Table of Contents

Enum MemoryResidence

Namespace
DotCompute.Backends.CUDA.Types
Assembly
DotCompute.Abstractions.dll

Defines where unified memory is currently resident.

public enum MemoryResidence

Fields

Device = 2

Memory is resident on the device (GPU).

Host = 1

Memory is resident on the host (CPU).

Migrating = 4

Memory is being migrated between host and device.

Split = 3

Memory is split between host and device.

Unknown = 0

Memory residence is unknown or not tracked.