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
blockDimY
The block dim y.
public uint blockDimY
Field Value
blockDimZ
The block dim z.
public uint blockDimZ
Field Value
extra
The extra.
public nint extra
Field Value
func
The func.
public nint func
Field Value
gridDimX
The grid dim x.
public uint gridDimX
Field Value
gridDimY
The grid dim y.
public uint gridDimY
Field Value
gridDimZ
The grid dim z.
public uint gridDimZ
Field Value
kernelParams
The kernel params.
public nint kernelParams
Field Value
sharedMemBytes
The shared mem bytes.
public uint sharedMemBytes