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.

RUBIN_OR_NEWER%. Populates info with the in-band request, out-of-band enablement status, out-of-band override status, arbitrated enablement state, and adjusted base power limit. The adjusted base power is valid only when feature is enabled. See nvmlAdaptiveTgpModeInfo_v1_t for field details.

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