| Package | Description |
|---|---|
| jcuda.driver |
Contains the classes related to the JCuda driver API.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
JCudaDriver.cuIpcGetEventHandle(CUipcEventHandle pHandle,
CUevent event)
Gets an interprocess handle for a previously allocated event.
|
static int |
JCudaDriver.cuIpcOpenEventHandle(CUevent phEvent,
CUipcEventHandle handle)
Opens an interprocess event handle for use in the current process.
|