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)
           cudaError_t cudaIpcGetMemHandle ( cudaIpcMemHandle_t* handle, void* devPtr )
/brief Gets an interprocess memory handle for an existing device memory allocation Takes a pointer to the base of an existing device memory allocation created with cudaMalloc and exports it for use in another process.
static int JCuda.cudaIpcOpenMemHandle(Pointer devPtr, cudaIpcMemHandle handle, int flags)
           cudaError_t cudaIpcOpenMemHandle ( void** devPtr, cudaIpcMemHandle_t handle, unsigned int flags )
/brief Opens an interprocess memory handle exported from another process and returns a device pointer usable in the local process.