You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing a performance monitor for my desktop. Basically, it just queries nvidia-smi every second.
nvidia-smi reports utilization as a percentage of the number of SMs that have been used within the last second. This is great, but not what you would typically think "utilization" means. I'd like to measure busy time across SMs as a percentage of total time.
What is the correct function call to do this? I read the docs, but unfortunately they've just managed to confuse me further. Is the functionality Hopper-only?
The text was updated successfully, but these errors were encountered:
I'm writing a performance monitor for my desktop. Basically, it just queries
nvidia-smi
every second.nvidia-smi
reports utilization as a percentage of the number of SMs that have been used within the last second. This is great, but not what you would typically think "utilization" means. I'd like to measure busy time across SMs as a percentage of total time.What is the correct function call to do this? I read the docs, but unfortunately they've just managed to confuse me further. Is the functionality Hopper-only?
The text was updated successfully, but these errors were encountered: