| Package | Description |
|---|---|
| org.bytedeco.cuda.global | |
| org.bytedeco.cuda.nvml |
| Modifier and Type | Method and Description |
|---|---|
static int |
nvml.nvmlDeviceGetComputeRunningProcesses_v3(nvmlDevice_st device,
int[] infoCount,
nvmlProcessInfo_t infos) |
static int |
nvml.nvmlDeviceGetComputeRunningProcesses_v3(nvmlDevice_st device,
IntBuffer infoCount,
nvmlProcessInfo_t infos) |
static int |
nvml.nvmlDeviceGetComputeRunningProcesses_v3(nvmlDevice_st device,
IntPointer infoCount,
nvmlProcessInfo_t infos)
Get information about processes with a compute context on a device
For Fermi &tm; or newer fully supported devices.
|
static int |
nvml.nvmlDeviceGetGraphicsRunningProcesses_v3(nvmlDevice_st device,
int[] infoCount,
nvmlProcessInfo_t infos) |
static int |
nvml.nvmlDeviceGetGraphicsRunningProcesses_v3(nvmlDevice_st device,
IntBuffer infoCount,
nvmlProcessInfo_t infos) |
static int |
nvml.nvmlDeviceGetGraphicsRunningProcesses_v3(nvmlDevice_st device,
IntPointer infoCount,
nvmlProcessInfo_t infos)
Get information about processes with a graphics context on a device
For Kepler &tm; or newer fully supported devices.
|
static int |
nvml.nvmlDeviceGetMPSComputeRunningProcesses_v3(nvmlDevice_st device,
int[] infoCount,
nvmlProcessInfo_t infos) |
static int |
nvml.nvmlDeviceGetMPSComputeRunningProcesses_v3(nvmlDevice_st device,
IntBuffer infoCount,
nvmlProcessInfo_t infos) |
static int |
nvml.nvmlDeviceGetMPSComputeRunningProcesses_v3(nvmlDevice_st device,
IntPointer infoCount,
nvmlProcessInfo_t infos)
Get information about processes with a MPS compute context on a device
For Volta &tm; or newer fully supported devices.
|
| Modifier and Type | Method and Description |
|---|---|
nvmlProcessInfo_t |
nvmlProcessInfo_t.computeInstanceId(int setter) |
nvmlProcessInfo_t |
nvmlProcessInfo_t.getPointer(long i) |
nvmlProcessInfo_t |
nvmlProcessInfo_t.gpuInstanceId(int setter) |
nvmlProcessInfo_t |
nvmlProcessInfo_t.pid(int setter) |
nvmlProcessInfo_t |
nvmlProcessInfo_t.position(long position) |
nvmlProcessInfo_t |
nvmlProcessInfo_t.usedGpuMemory(long setter) |
Copyright © 2023. All rights reserved.