cuda.bindings.nvml.device_get_name#

cuda.bindings.nvml.device_get_name(intptr_t device) str#
Retrieves the name of this device.

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

:returns: Reference in which to return the product name.
:rtype: char

.. seealso:: `nvmlDeviceGetName`