cuda.bindings.nvml.get_vgpu_version#
- cuda.bindings.nvml.get_vgpu_version() tuple#
Query the ranges of supported vGPU versions.
This function gets the linear range of supported vGPU versions that is preset for the NVIDIA vGPU Manager and the range set by an administrator. If the preset range has not been overridden by
nvmlSetVgpuVersion, both ranges are the same. The caller passes pointers to the followingnvmlVgpuVersion_tstructures, into which the NVIDIA vGPU Manager writes the ranges:.- Returns:
- nvmlVgpuVersion_t: Pointer to the structure in which the preset
range of vGPU versions supported by the NVIDIA vGPU Manager is written.
- nvmlVgpuVersion_t: Pointer to the structure in which the range of
supported vGPU versions set by an administrator is written.
- Return type:
A 2-tuple containing
See also
nvmlGetVgpuVersion