| Package | Description |
|---|---|
| org.bytedeco.cuda.global | |
| org.bytedeco.cuda.nvml |
| Modifier and Type | Method and Description |
|---|---|
static int |
nvml.nvmlGpmMigSampleGet(nvmlDevice_st device,
int gpuInstanceId,
nvmlGpmSample_st gpmSample)
Read a sample of GPM metrics into the provided \a gpmSample buffer for a MIG GPU Instance.
|
static int |
nvml.nvmlGpmSampleAlloc(nvmlGpmSample_st gpmSample)
Allocate a sample buffer to be used with NVML GPM .
|
static int |
nvml.nvmlGpmSampleFree(nvmlGpmSample_st gpmSample)
Free an allocated sample buffer that was allocated with \ref nvmlGpmSampleAlloc()
For Hopper &tm; or newer fully supported devices.
|
static int |
nvml.nvmlGpmSampleGet(nvmlDevice_st device,
nvmlGpmSample_st gpmSample)
Read a sample of GPM metrics into the provided \a gpmSample buffer.
|
| Modifier and Type | Method and Description |
|---|---|
nvmlGpmSample_st |
nvmlGpmMetricsGet_t.sample1()
IN: Sample buffer
|
nvmlGpmSample_st |
nvmlGpmMetricsGet_t.sample2()
IN: Sample buffer
|
| Modifier and Type | Method and Description |
|---|---|
nvmlGpmMetricsGet_t |
nvmlGpmMetricsGet_t.sample1(nvmlGpmSample_st setter) |
nvmlGpmMetricsGet_t |
nvmlGpmMetricsGet_t.sample2(nvmlGpmSample_st setter) |
Copyright © 2023. All rights reserved.