cuda.bindings.nvml.vgpu_instance_get_license_status#

cuda.bindings.nvml.vgpu_instance_get_license_status(
unsigned int vgpu_instance,
) unsigned int#

[Deprecated].

Retrieve the current licensing state of the vGPU instance. If the vGPU is currently licensed, licensed is set to 1, otherwise it is set to 0. For Kepler ™️ or newer fully supported devices.

Parameters:

vgpu_instance (unsigned int) – Identifier of the target vGPU instance.

Returns:

Reference to return the licensing status.

Return type:

unsigned int

See also

nvmlVgpuInstanceGetLicenseStatus