Uses of Class
jcuda.driver.CUDA_MEMCPY3D_PEER

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

Uses of CUDA_MEMCPY3D_PEER in jcuda.driver
 

Methods in jcuda.driver with parameters of type CUDA_MEMCPY3D_PEER
static int JCudaDriver.cuMemcpy3DPeer(CUDA_MEMCPY3D_PEER pCopy)
          Copies memory between contexts.
static int JCudaDriver.cuMemcpy3DPeerAsync(CUDA_MEMCPY3D_PEER pCopy, CUstream hStream)
          Copies memory between contexts asynchronously.