Uses of Class
jcuda.runtime.cudaIpcMemHandle

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

Uses of cudaIpcMemHandle in jcuda.runtime
 

Methods in jcuda.runtime with parameters of type cudaIpcMemHandle
static int JCuda.cudaIpcGetMemHandle(cudaIpcMemHandle handle, Pointer devPtr)
          Gets an interprocess memory handle for an existing device memory allocation.
static int JCuda.cudaIpcOpenMemHandle(Pointer devPtr, cudaIpcMemHandle handle, int flags)
          Opens an interprocess memory handle exported from another process and returns a device pointer usable in the local process.