cuda.bindings.nvml.vgpu_instance_get_gpu_pci_id#

cuda.bindings.nvml.vgpu_instance_get_gpu_pci_id(unsigned int vgpu_instance) str#
Retrieves the PCI Id of the given vGPU Instance i.e. the PCI Id of the GPU as seen inside the VM.

:param vgpu_instance: Identifier of the target vGPU instance.
:type vgpu_instance: unsigned int

:returns: Caller-supplied buffer to return vGPU PCI Id string.
:rtype: char

.. seealso:: `nvmlVgpuInstanceGetGpuPciId`