cuda.bindings.nvml.unit_get_unit_info#

cuda.bindings.nvml.unit_get_unit_info(intptr_t unit)#

Retrieves the static information associated with a unit.

For S-class products. See nvmlUnitInfo_t for details on available unit info.

Parameters:

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

Returns:

Reference in which to return the unit information.

Return type:

nvmlUnitInfo_t

See also

nvmlUnitGetUnitInfo