cuda.bindings.nvml.vgpu_instance_get_uuid#
- cuda.bindings.nvml.vgpu_instance_get_uuid(unsigned int vgpu_instance) str#
Retrieve the UUID of a vGPU instance.
The UUID is a globally unique identifier associated with the vGPU, and is returned as a 5-part hexadecimal string, not exceeding 80 characters in length (including the NULL terminator). See nvmlConstants::NVML_DEVICE_UUID_BUFFER_SIZE. For Kepler ™️ or newer fully supported devices.
- Parameters:
vgpu_instance (unsigned int) – Identifier of the target vGPU instance.
- Returns:
Pointer to caller-supplied buffer to hold vGPU UUID.
- Return type:
char
See also
nvmlVgpuInstanceGetUUID