| Package | Description |
|---|---|
| org.bytedeco.cuda.cudart | |
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
CUipcEventHandle_v1 |
CUipcEventHandle_v1.getPointer(long i) |
CUipcEventHandle_v1 |
CUipcEventHandle_v1.position(long position) |
CUipcEventHandle_v1 |
CUipcEventHandle_v1.reserved(int i,
byte setter) |
| Modifier and Type | Method and Description |
|---|---|
static int |
cudart.cuIpcGetEventHandle(CUipcEventHandle_v1 pHandle,
CUevent_st event)
\brief Gets an interprocess handle for a previously allocated event
Takes as input a previously allocated event.
|
static int |
cudart.cuIpcOpenEventHandle(CUevent_st phEvent,
CUipcEventHandle_v1 handle)
\brief Opens an interprocess event handle for use in the current process
Opens an interprocess event handle exported from another process with
::cuIpcGetEventHandle.
|
Copyright © 2024. All rights reserved.