Table of Contents

Struct CudaKernelNodeParams

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

CUDA kernel node parameters for graph API.

public struct CudaKernelNodeParams
Inherited Members

Fields

blockDimX

The block dim x.

public uint blockDimX

Field Value

uint

blockDimY

The block dim y.

public uint blockDimY

Field Value

uint

blockDimZ

The block dim z.

public uint blockDimZ

Field Value

uint

extra

The extra.

public nint extra

Field Value

nint

func

The func.

public nint func

Field Value

nint

gridDimX

The grid dim x.

public uint gridDimX

Field Value

uint

gridDimY

The grid dim y.

public uint gridDimY

Field Value

uint

gridDimZ

The grid dim z.

public uint gridDimZ

Field Value

uint

kernelParams

The kernel params.

public nint kernelParams

Field Value

nint

sharedMemBytes

The shared mem bytes.

public uint sharedMemBytes

Field Value

uint