cuda.bindings.nvml.device_get_module_id#

cuda.bindings.nvml.device_get_module_id(intptr_t device) unsigned int#
Get a unique identifier for the device module on the baseboard.

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

:returns: Unique identifier for the GPU module.
:rtype: unsigned int

.. seealso:: `nvmlDeviceGetModuleId`