Table of Contents

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

int

Nodes

public required IList<MetalExecutionNode> Nodes { get; init; }

Property Value

IList<MetalExecutionNode>