Table of Contents

Class CudaExecutionLevel

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

Execution level where all nodes can execute in parallel.

public sealed class CudaExecutionLevel
Inheritance
CudaExecutionLevel
Inherited Members

Properties

LevelIndex

public required int LevelIndex { get; init; }

Property Value

int

Nodes

[SuppressMessage("Design", "CA1002:Do not expose generic lists", Justification = "Mutable list needed for level construction")]
public required List<CudaExecutionNode> Nodes { get; init; }

Property Value

List<CudaExecutionNode>