Table of Contents

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

Classes

MetalGraphNode

Represents an individual computation node in a Metal compute graph. Each node encapsulates a single operation (kernel, memory copy, barrier) with its dependencies and resource requirements.

Enums

MetalNodeExecutionState

Represents the execution state of a Metal graph node.

MetalNodePriority

Represents the priority level for node execution.

MetalOptimizationHints

Represents optimization hints for Metal graph nodes.