Uses of Class
jcuda.runtime.dim3

Packages that use dim3
jcuda.runtime Contains the classes related to the JCuda runtime API. 
 

Uses of dim3 in jcuda.runtime
 

Methods in jcuda.runtime with parameters of type dim3
static int JCuda.cudaConfigureCall(dim3 gridDim, dim3 blockDim, long sharedMem, cudaStream_t stream)
          Configure a device-launch.