Table of Contents

Enum MemoryCoherenceStatus

Namespace
DotCompute.Runtime.Services
Assembly
DotCompute.Runtime.dll

Memory coherence status

public enum MemoryCoherenceStatus

Fields

Coherent = 0

Memory is coherent across all accelerators

Incoherent = 1

Memory is incoherent and needs synchronization

Synchronizing = 3

Memory is being synchronized

Unknown = 2

Memory coherence state is unknown