Table of Contents

Enum MetalSynchronizationMode

Namespace
DotCompute.Backends.Metal.Execution
Assembly
DotCompute.Backends.Metal.dll

Defines the synchronization model for Metal operations

public enum MetalSynchronizationMode

Fields

Asynchronous = 1

Asynchronous execution with callbacks

EventDriven = 2

Event-driven synchronization

Pipelined = 3

Pipeline-based execution

Synchronous = 0

Synchronous execution with blocking waits