Uses of Class
jcuda.driver.CUDA_MEMCPY2D

Packages that use CUDA_MEMCPY2D
jcuda.driver Contains the classes related to the JCuda driver API. 
 

Uses of CUDA_MEMCPY2D in jcuda.driver
 

Methods in jcuda.driver with parameters of type CUDA_MEMCPY2D
static int JCudaDriver.cuMemcpy2D(CUDA_MEMCPY2D pCopy)
          Copies memory for 2D arrays.
static int JCudaDriver.cuMemcpy2DAsync(CUDA_MEMCPY2D pCopy, CUstream hStream)
          Copies memory for 2D arrays.
static int JCudaDriver.cuMemcpy2DUnaligned(CUDA_MEMCPY2D pCopy)
          Copies memory for 2D arrays.