Enum MemoryCoherenceStrategy
- Namespace
- DotCompute.Runtime.Configuration
- Assembly
- DotCompute.Runtime.dll
Memory coherence strategies
public enum MemoryCoherenceStrategy
Fields
Automatic = 0Automatic coherence management
Eager = 3Eager coherence with immediate synchronization
Lazy = 2Lazy coherence with on-demand synchronization
Manual = 1Manual coherence with explicit synchronization