0

This there a way to get the bitmask of the clocks_throttle_reasons.active into plain english? Is there perhaps a list somewhere? Please find my command below

nvidia-smi --query-gpu=clocks_throttle_reasons.active --format=csv

The above code returns the follow 0x0000000000000004 bitmask which looking at my data suggests that its a high power draw issue.

Thanks in advance!

  • 1
    I think https://docs.nvidia.com/deploy/nvml-api/group__nvmlClocksThrottleReasons.html ? It looks "good enough". – KamilCuk Aug 03 '21 at 15:16
  • Thanks! i had overlooked that page for some reasons –  Aug 03 '21 at 15:35
  • *`looking at my data suggests that its a high power draw issue`*. Sounds like you already have a list explaining the meaning of these bitmasks. Is this question about *automatically* converting a bitmask into english according to this list? – Socowi Aug 03 '21 at 15:35

0 Answers0