Enum MetalStreamFlags
- Namespace
- DotCompute.Backends.Metal.Execution.Types
- Assembly
- DotCompute.Backends.Metal.dll
Flags controlling Metal command stream behavior.
public enum MetalStreamFlags
Fields
Concurrent = 1Concurrent execution allowing overlap with other streams.
Default = 0Default stream behavior.
Serial = 2Serial execution preventing overlap with other operations.