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.

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

  • mode (EnableState) – NVML_FEATURE_ENABLED or NVML_FEATURE_DISABLED.

See also

nvmlDeviceSetAdaptiveTgpMode_v1