Uses of Class
jcuda.runtime.cudaIpcEventHandle

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

Uses of cudaIpcEventHandle in jcuda.runtime
 

Methods in jcuda.runtime with parameters of type cudaIpcEventHandle
static int JCuda.cudaIpcGetEventHandle(cudaIpcEventHandle handle, cudaEvent_t event)
          Gets an interprocess handle for a previously allocated event.
static int JCuda.cudaIpcOpenEventHandle(cudaEvent_t event, cudaIpcEventHandle handle)
          Opens an interprocess event handle for use in the current process.