For NVIDIA GPU, I use
nvidia-smi -i 0 --format=csv,noheader --query-gpu=power.draw
and this command prints (for example) 150.00 W
to stdout.
But how can I get AMD GPU power usage from Windows command prompt?
For NVIDIA GPU, I use
nvidia-smi -i 0 --format=csv,noheader --query-gpu=power.draw
and this command prints (for example) 150.00 W
to stdout.
But how can I get AMD GPU power usage from Windows command prompt?