cuda.bindings.nvml.device_get_bbx_time_data_v1#

cuda.bindings.nvml.device_get_bbx_time_data_v1(intptr_t device)#

Retrieves the cumulative number of seconds the GPU has had the driver loaded.

Parameters:

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

Returns:

Reference in which to return the

cumulative number of seconds the GPU has had the driver loaded.

Return type:

nvmlBBXTimeData_v1_t

See also

nvmlDeviceGetBBXTimeData_v1