Table of Contents

Enum MemoryCoherenceStrategy

Namespace
DotCompute.Runtime.Configuration
Assembly
DotCompute.Runtime.dll

Memory coherence strategies

public enum MemoryCoherenceStrategy

Fields

Automatic = 0

Automatic coherence management

Eager = 3

Eager coherence with immediate synchronization

Lazy = 2

Lazy coherence with on-demand synchronization

Manual = 1

Manual coherence with explicit synchronization