Class MetalExecutionLevel
- Namespace
- DotCompute.Backends.Metal.Execution.Types
- Assembly
- DotCompute.Backends.Metal.dll
Represents a level in the execution graph where all nodes can execute in parallel.
public sealed class MetalExecutionLevel
- Inheritance
-
MetalExecutionLevel
- Inherited Members
Properties
LevelIndex
public required int LevelIndex { get; init; }
Property Value
Nodes
public required IList<MetalExecutionNode> Nodes { get; init; }