cuda.bindings.nvml.device_get_pcie_speed#

cuda.bindings.nvml.device_get_pcie_speed(intptr_t device) unsigned int#
Gets the device's PCIe Link speed in Mbps.

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

:returns: The devices's PCIe Max Link speed in Mbps.
:rtype: unsigned int

.. seealso:: `nvmlDeviceGetPcieSpeed`