Table of Contents

Class CudaExecutionPlan

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

Complete execution plan

public sealed class CudaExecutionPlan
Inheritance
CudaExecutionPlan
Inherited Members

Properties

Levels

Gets or initializes the levels.

public IList<CudaExecutionLevel> Levels { get; init; }

Property Value

IList<CudaExecutionLevel>

The levels.

TotalNodes

Gets or sets the total nodes.

public int TotalNodes { get; set; }

Property Value

int

The total nodes.