Table of Contents

Enum MetalStreamFlags

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

Flags controlling Metal command stream behavior.

public enum MetalStreamFlags

Fields

Concurrent = 1

Concurrent execution allowing overlap with other streams.

Default = 0

Default stream behavior.

Serial = 2

Serial execution preventing overlap with other operations.