| Package | Description |
|---|---|
| org.bytedeco.cuda.global | |
| org.bytedeco.cuda.nvml |
| Modifier and Type | Method and Description |
|---|---|
static int |
nvml.nvmlDeviceCreateGpuInstance(nvmlDevice_st device,
int profileId,
nvmlGpuInstance_st gpuInstance)
Create GPU instance.
|
static int |
nvml.nvmlDeviceGetGpuInstanceById(nvmlDevice_st device,
int id,
nvmlGpuInstance_st gpuInstance)
Get GPU instances for given instance ID.
|
static int |
nvml.nvmlDeviceGetGpuInstances(nvmlDevice_st device,
int profileId,
nvmlGpuInstance_st gpuInstances,
int[] count) |
static int |
nvml.nvmlDeviceGetGpuInstances(nvmlDevice_st device,
int profileId,
nvmlGpuInstance_st gpuInstances,
IntBuffer count) |
static int |
nvml.nvmlDeviceGetGpuInstances(nvmlDevice_st device,
int profileId,
nvmlGpuInstance_st gpuInstances,
IntPointer count)
Get GPU instances for given profile ID.
|
static int |
nvml.nvmlGpuInstanceCreateComputeInstance(nvmlGpuInstance_st gpuInstance,
int profileId,
nvmlComputeInstance_st computeInstance)
Create compute instance.
|
static int |
nvml.nvmlGpuInstanceCreateComputeInstance(nvmlGpuInstance_st gpuInstance,
int profileId,
PointerPointer computeInstance) |
static int |
nvml.nvmlGpuInstanceDestroy(nvmlGpuInstance_st gpuInstance)
Destroy GPU instance.
|
static int |
nvml.nvmlGpuInstanceGetComputeInstanceById(nvmlGpuInstance_st gpuInstance,
int id,
nvmlComputeInstance_st computeInstance)
Get compute instance for given instance ID.
|
static int |
nvml.nvmlGpuInstanceGetComputeInstanceById(nvmlGpuInstance_st gpuInstance,
int id,
PointerPointer computeInstance) |
static int |
nvml.nvmlGpuInstanceGetComputeInstanceProfileInfo(nvmlGpuInstance_st gpuInstance,
int profile,
int engProfile,
nvmlComputeInstanceProfileInfo_t info)
Get compute instance profile information.
|
static int |
nvml.nvmlGpuInstanceGetComputeInstanceRemainingCapacity(nvmlGpuInstance_st gpuInstance,
int profileId,
int[] count) |
static int |
nvml.nvmlGpuInstanceGetComputeInstanceRemainingCapacity(nvmlGpuInstance_st gpuInstance,
int profileId,
IntBuffer count) |
static int |
nvml.nvmlGpuInstanceGetComputeInstanceRemainingCapacity(nvmlGpuInstance_st gpuInstance,
int profileId,
IntPointer count)
Get compute instance profile capacity.
|
static int |
nvml.nvmlGpuInstanceGetComputeInstances(nvmlGpuInstance_st gpuInstance,
int profileId,
nvmlComputeInstance_st computeInstances,
int[] count) |
static int |
nvml.nvmlGpuInstanceGetComputeInstances(nvmlGpuInstance_st gpuInstance,
int profileId,
nvmlComputeInstance_st computeInstances,
IntBuffer count) |
static int |
nvml.nvmlGpuInstanceGetComputeInstances(nvmlGpuInstance_st gpuInstance,
int profileId,
nvmlComputeInstance_st computeInstances,
IntPointer count)
Get compute instances for given profile ID.
|
static int |
nvml.nvmlGpuInstanceGetComputeInstances(nvmlGpuInstance_st gpuInstance,
int profileId,
PointerPointer computeInstances,
int[] count) |
static int |
nvml.nvmlGpuInstanceGetComputeInstances(nvmlGpuInstance_st gpuInstance,
int profileId,
PointerPointer computeInstances,
IntBuffer count) |
static int |
nvml.nvmlGpuInstanceGetComputeInstances(nvmlGpuInstance_st gpuInstance,
int profileId,
PointerPointer computeInstances,
IntPointer count) |
static int |
nvml.nvmlGpuInstanceGetInfo(nvmlGpuInstance_st gpuInstance,
nvmlGpuInstanceInfo_t info)
Get GPU instance information.
|
| Modifier and Type | Method and Description |
|---|---|
nvmlGpuInstance_st |
nvmlComputeInstanceInfo_t.gpuInstance()
Parent GPU instance
|
| Modifier and Type | Method and Description |
|---|---|
nvmlComputeInstanceInfo_t |
nvmlComputeInstanceInfo_t.gpuInstance(nvmlGpuInstance_st setter) |
Copyright © 2020. All rights reserved.