Provided by: nvidia-cuda-dev_10.1.243-3_amd64 bug

NAME

       CUDA_KERNEL_NODE_PARAMS -

SYNOPSIS

   Data Fields
       unsigned int blockDimX
       unsigned int blockDimY
       unsigned int blockDimZ
       void ** extra
       CUfunction func
       unsigned int gridDimX
       unsigned int gridDimY
       unsigned int gridDimZ
       void ** kernelParams
       unsigned int sharedMemBytes

Detailed Description

       GPU kernel node parameters

Field Documentation

   unsigned int CUDA_KERNEL_NODE_PARAMS::blockDimX
       X dimension of each thread block

   unsigned int CUDA_KERNEL_NODE_PARAMS::blockDimY
       Y dimension of each thread block

   unsigned int CUDA_KERNEL_NODE_PARAMS::blockDimZ
       Z dimension of each thread block

   void** CUDA_KERNEL_NODE_PARAMS::extra
       Extra options

   CUfunction CUDA_KERNEL_NODE_PARAMS::func
       Kernel to launch

   unsigned int CUDA_KERNEL_NODE_PARAMS::gridDimX
       Width of grid in blocks

   unsigned int CUDA_KERNEL_NODE_PARAMS::gridDimY
       Height of grid in blocks

   unsigned int CUDA_KERNEL_NODE_PARAMS::gridDimZ
       Depth of grid in blocks

   void** CUDA_KERNEL_NODE_PARAMS::kernelParams
       Array of pointers to kernel parameters

   unsigned int CUDA_KERNEL_NODE_PARAMS::sharedMemBytes
       Dynamic shared-memory size per thread block in bytes

Author

       Generated automatically by Doxygen from the source code.