cuda.bindings.nvml.device_get_name#

cuda.bindings.nvml.device_get_name(intptr_t device) str#

Retrieves the name of this device.

Parameters:

device (intptr_t) – The identifier of the target device.

Returns:

Reference in which to return the product name.

Return type:

char

See also

nvmlDeviceGetName