| Package | Description |
|---|---|
| org.bytedeco.cuda.cudart | |
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
CUipcMemHandle |
CUipcMemHandle.getPointer(long i) |
CUipcMemHandle |
CUipcMemHandle.position(long position) |
CUipcMemHandle |
CUipcMemHandle.reserved(int i,
byte setter) |
| Modifier and Type | Method and Description |
|---|---|
static int |
cudart.cuIpcGetMemHandle(CUipcMemHandle pHandle,
long dptr)
\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 ::cuMemAlloc and exports it for use in another process.
|
static int |
cudart.cuIpcOpenMemHandle(long[] pdptr,
CUipcMemHandle handle,
int Flags) |
static int |
cudart.cuIpcOpenMemHandle(LongBuffer pdptr,
CUipcMemHandle handle,
int Flags) |
static int |
cudart.cuIpcOpenMemHandle(LongPointer pdptr,
CUipcMemHandle handle,
int Flags)
\brief Opens an interprocess memory handle exported from another process
and returns a device pointer usable in the local process.
|
Copyright © 2020. All rights reserved.