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
infowith 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. SeenvmlAdaptiveTgpModeInfo_v1_tfor 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