cuda.bindings.nvml.device_get_memory_bus_width#

cuda.bindings.nvml.device_get_memory_bus_width(intptr_t device) unsigned int#
Gets the device's memory bus width.

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

:returns: The devices's memory bus width.
:rtype: unsigned int

.. seealso:: `nvmlDeviceGetMemoryBusWidth`