cuda.bindings.nvml.device_set_adaptive_tgp_mode_v1#

cuda.bindings.nvml.device_set_adaptive_tgp_mode_v1(intptr_t device, int mode)#

Request to enable or disable Adaptive TGP Mode for a GPU.

RUBIN_OR_NEWER% Requires root/admin privileges. Adaptive TGP Mode assigns tailored power budgets to two binned GPU parts within the same module, reducing node-to-node and rack-to-rack performance variation. An out-of-band administrator policy may override the in-band request; use nvmlDeviceGetAdaptiveTgpModeInfo_v1 to query the arbitrated state.

Parameters:
  • device (intptr_t) – The identifier of the target device.

  • mode (EnableState) – NVML_FEATURE_ENABLED or NVML_FEATURE_DISABLED.

See also

nvmlDeviceSetAdaptiveTgpMode_v1