Enum CoherenceLevel
- Namespace
- DotCompute.Core.Memory
- Assembly
- DotCompute.Core.dll
An coherence level enumeration.
public enum CoherenceLevel
Fields
None = 0No coherence level - multiple writers or completely incoherent state.
Strong = 2Strong coherence level - all copies identical with no recent writes.
Weak = 1Weak coherence level - single writer with multiple readers.