Uses of Class
org.bytedeco.cuda.cudart.CUDA_LAUNCH_PARAMS
-
Packages that use CUDA_LAUNCH_PARAMS Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of CUDA_LAUNCH_PARAMS in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return CUDA_LAUNCH_PARAMS Modifier and Type Method Description CUDA_LAUNCH_PARAMSCUDA_LAUNCH_PARAMS. blockDimX(int setter)CUDA_LAUNCH_PARAMSCUDA_LAUNCH_PARAMS. blockDimY(int setter)CUDA_LAUNCH_PARAMSCUDA_LAUNCH_PARAMS. blockDimZ(int setter)CUDA_LAUNCH_PARAMSCUDA_LAUNCH_PARAMS. function(CUfunc_st setter)CUDA_LAUNCH_PARAMSCUDA_LAUNCH_PARAMS. getPointer(long i)CUDA_LAUNCH_PARAMSCUDA_LAUNCH_PARAMS. gridDimX(int setter)CUDA_LAUNCH_PARAMSCUDA_LAUNCH_PARAMS. gridDimY(int setter)CUDA_LAUNCH_PARAMSCUDA_LAUNCH_PARAMS. gridDimZ(int setter)CUDA_LAUNCH_PARAMSCUDA_LAUNCH_PARAMS. hStream(CUstream_st setter)CUDA_LAUNCH_PARAMSCUDA_LAUNCH_PARAMS. kernelParams(int i, Pointer setter)CUDA_LAUNCH_PARAMSCUDA_LAUNCH_PARAMS. kernelParams(PointerPointer setter)CUDA_LAUNCH_PARAMSCUDA_LAUNCH_PARAMS. position(long position)CUDA_LAUNCH_PARAMSCUDA_LAUNCH_PARAMS. sharedMemBytes(int setter) -
Uses of CUDA_LAUNCH_PARAMS in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type CUDA_LAUNCH_PARAMS Modifier and Type Method Description static intcudart. cuLaunchCooperativeKernelMultiDevice(CUDA_LAUNCH_PARAMS launchParamsList, int numDevices, int flags)\brief Launches CUDA functions on multiple devices where thread blocks can cooperate and synchronize as they execute Invokes kernels as specified in the \p launchParamsList array where each element of the array specifies all the parameters required to perform a single kernel launch.
-