Uses of Class
org.bytedeco.cuda.cudart.cudaLaunchParams
-
Packages that use cudaLaunchParams Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of cudaLaunchParams in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return cudaLaunchParams Modifier and Type Method Description cudaLaunchParamscudaLaunchParams. args(int i, Pointer setter)cudaLaunchParamscudaLaunchParams. args(PointerPointer setter)cudaLaunchParamscudaLaunchParams. blockDim(dim3 setter)cudaLaunchParamscudaLaunchParams. func(Pointer setter)cudaLaunchParamscudaLaunchParams. getPointer(long i)cudaLaunchParamscudaLaunchParams. gridDim(dim3 setter)cudaLaunchParamscudaLaunchParams. position(long position)cudaLaunchParamscudaLaunchParams. sharedMem(long setter)cudaLaunchParamscudaLaunchParams. stream(CUstream_st setter) -
Uses of cudaLaunchParams in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type cudaLaunchParams Modifier and Type Method Description static intcudart. cudaLaunchCooperativeKernelMultiDevice(cudaLaunchParams launchParamsList, int numDevices)static intcudart. cudaLaunchCooperativeKernelMultiDevice(cudaLaunchParams launchParamsList, int numDevices, int flags)\brief Launches device 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.
-