cuda.bindings.nvml.device_get_adaptive_tgp_mode_info_v1#

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

Retrieves Adaptive TGP Mode state and telemetry for a GPU.

Parameters:

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

Returns:

Reference in which to return the

Adaptive TGP Mode information.

Return type:

nvmlAdaptiveTgpModeInfo_v1_t

See also

nvmlDeviceGetAdaptiveTgpModeInfo_v1