| Package | Description |
|---|---|
| org.bytedeco.cuda.cudart | |
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
CUuuid |
CUuuid.bytes(int i,
byte setter) |
CUuuid |
CUuuid.getPointer(long i) |
CUuuid |
CUuuid.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
static int |
cudart.cuDeviceGetUuid_v2(CUuuid uuid,
int dev)
\brief Return an UUID for the device (11.4+)
Returns 16-octets identifying the device \p dev in the structure
pointed by the \p uuid.
|
static int |
cudart.cuDeviceGetUuid(CUuuid uuid,
int dev)
\brief Return an UUID for the device
Note there is a later version of this API, ::cuDeviceGetUuid_v2.
|
static int |
cudart.cuGetExportTable(Pointer ppExportTable,
CUuuid pExportTableId) |
static int |
cudart.cuGetExportTable(PointerPointer ppExportTable,
CUuuid pExportTableId)
\}
|
Copyright © 2023. All rights reserved.