Table of Contents

Class CudaGraphUpdateParameters

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

CUDA graph update parameters.

public sealed class CudaGraphUpdateParameters
Inheritance
CudaGraphUpdateParameters
Inherited Members

Properties

PreserveTopology

Gets or sets the preserve topology.

public bool PreserveTopology { get; set; }

Property Value

bool

The preserve topology.

SourceGraph

Gets or sets the source graph.

public nint SourceGraph { get; set; }

Property Value

nint

The source graph.

UpdateKernelParams

Gets or sets the update kernel params.

public bool UpdateKernelParams { get; set; }

Property Value

bool

The update kernel params.

UpdateNodeParams

Gets or sets the update node params.

public bool UpdateNodeParams { get; set; }

Property Value

bool

The update node params.