| Package | Description |
|---|---|
| org.bytedeco.cuda.global | |
| org.bytedeco.cuda.nvml |
| Modifier and Type | Method and Description |
|---|---|
static int |
nvml.nvmlDeviceGetMemoryInfo(nvmlDevice_st device,
nvmlMemory_t memory)
Retrieves the amount of used, free and total memory available on the device, in bytes.
|
| Modifier and Type | Method and Description |
|---|---|
nvmlMemory_t |
nvmlMemory_t._free(long setter) |
nvmlMemory_t |
nvmlMemory_t.getPointer(long i) |
nvmlMemory_t |
nvmlMemory_t.position(long position) |
nvmlMemory_t |
nvmlMemory_t.total(long setter) |
nvmlMemory_t |
nvmlMemory_t.used(long setter) |
Copyright © 2020. All rights reserved.