Table of Contents

Class CudaExecutionNode

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

Node in the execution graph

public sealed class CudaExecutionNode
Inheritance
CudaExecutionNode
Inherited Members

Properties

Dependencies

Gets or initializes the dependencies.

public IList<string> Dependencies { get; init; }

Property Value

IList<string>

The dependencies.

Id

Gets or sets the id.

public string Id { get; set; }

Property Value

string

The id.

Operation

Gets or sets the operation.

public Func<nint, Task> Operation { get; set; }

Property Value

Func<nint, Task>

The operation.

Priority

Gets or sets the priority.

public CudaStreamPriority Priority { get; set; }

Property Value

CudaStreamPriority

The priority.