cuda.bindings.nvml.vgpu_type_get_bar1_info#

cuda.bindings.nvml.vgpu_type_get_bar1_info(unsigned int vgpu_type_id)#
Retrieve the BAR1 info for given vGPU type.

:param vgpu_type_id: Handle to vGPU type.
:type vgpu_type_id: unsigned int

:returns: Pointer to the vGPU type BAR1 information structure ``nvmlVgpuTypeBar1Info_t``.
:rtype: nvmlVgpuTypeBar1Info_v1_t

.. seealso:: `nvmlVgpuTypeGetBAR1Info`