Enum MemoryCoherenceStatus
- Namespace
- DotCompute.Runtime.Services.Interfaces
- Assembly
- DotCompute.Runtime.dll
Memory coherence status
public enum MemoryCoherenceStatus
Fields
Coherent = 0Memory is coherent across all accelerators
Incoherent = 1Memory is incoherent and needs synchronization
Synchronizing = 3Memory is being synchronized
Unknown = 2Memory coherence state is unknown