cuda.bindings.nvml.device_get_brand#

cuda.bindings.nvml.device_get_brand(intptr_t device) int#
Retrieves the brand of this device.

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

:returns: Reference in which to return the product brand type.
:rtype: int

.. seealso:: `nvmlDeviceGetBrand`