Enum CoherenceLevel
- Namespace
- DotCompute.Core.Memory.Types
- Assembly
- DotCompute.Core.dll
Coherence level indicating synchronization state across devices.
public enum CoherenceLevel
Fields
Exclusive = 6Buffer is write-locked by one device.
FullyCoherent = 1Data is coherent across all devices.
Incoherent = 5Data is incoherent and requires synchronization.
None = 0No coherence level set.
PartiallyCoherent = 4Data may be stale on some devices.
Strong = 2Strong consistency guarantee.
Syncing = 7Buffer is being actively synchronized.
Weak = 3Weak consistency.