Table of Contents

Enum CoherenceLevel

Namespace
DotCompute.Core.Memory
Assembly
DotCompute.Core.dll

An coherence level enumeration.

public enum CoherenceLevel

Fields

None = 0

No coherence level - multiple writers or completely incoherent state.

Strong = 2

Strong coherence level - all copies identical with no recent writes.

Weak = 1

Weak coherence level - single writer with multiple readers.