Enum MetalSynchronizationMode
- Namespace
- DotCompute.Backends.Metal.Execution
- Assembly
- DotCompute.Backends.Metal.dll
Defines the synchronization model for Metal operations
public enum MetalSynchronizationMode
Fields
Asynchronous = 1Asynchronous execution with callbacks
EventDriven = 2Event-driven synchronization
Pipelined = 3Pipeline-based execution
Synchronous = 0Synchronous execution with blocking waits