Table of Contents

Enum MetalNodePriority

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

Represents the priority level for node execution.

public enum MetalNodePriority

Fields

Critical = 3

Critical priority - execute as soon as possible.

High = 2

High priority - execute with elevated priority.

Low = 0

Low priority - execute when resources are available.

Normal = 1

Normal priority - default execution priority.