cuda.bindings.nvml.device_get_vbios_version#

cuda.bindings.nvml.device_get_vbios_version(intptr_t device) str#
Get VBIOS version of the device.

:param device: The identifier of the target device.
:type device: intptr_t

:returns: Reference to which to return the VBIOS version.
:rtype: char

.. seealso:: `nvmlDeviceGetVbiosVersion`