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