CUDA_LAUNCH_PARAMS
- Provided by: nvidia-cuda-dev (Version: 10.1.243-3)
- Source: nvidia-cuda-toolkit
- Report a bug
unsigned int blockDimX
unsigned int blockDimY
unsigned int blockDimZ
CUfunction function
unsigned int gridDimX
unsigned int gridDimY
unsigned int gridDimZ
CUstream hStream
void ** kernelParams
unsigned int sharedMemBytes
Kernel launch parameters
X dimension of each thread block
Y dimension of each thread block
Z dimension of each thread block
Kernel to launch
Width of grid in blocks
Height of grid in blocks
Depth of grid in blocks
Stream identifier
Array of pointers to kernel parameters
Dynamic shared-memory size per thread block in bytes
Generated automatically by Doxygen from the source code.