Table of Contents

Class KernelNodeParams

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

Graph node parameters for kernel execution

public class KernelNodeParams
Inheritance
KernelNodeParams
Inherited Members

Properties

BlockDim

Gets or sets the block dim.

public BlockDimensions BlockDim { get; set; }

Property Value

BlockDimensions

The block dim.

Function

Gets or sets the function.

public nint Function { get; set; }

Property Value

nint

The function.

GridDim

Gets or sets the grid dim.

public GridDimensions GridDim { get; set; }

Property Value

GridDimensions

The grid dim.

KernelParams

Gets or sets the kernel params.

public nint KernelParams { get; set; }

Property Value

nint

The kernel params.

SharedMemoryBytes

Gets or sets the shared memory bytes.

public uint SharedMemoryBytes { get; set; }

Property Value

uint

The shared memory bytes.