Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Other GPU utilization measures #181

Open
lars-t-hansen opened this issue Aug 23, 2024 · 0 comments
Open

Other GPU utilization measures #181

lars-t-hansen opened this issue Aug 23, 2024 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@lars-t-hansen
Copy link
Collaborator

It's possible to have 100% gpu utilization as measured by nvidia-smi and still not doing anything because the available parallelism is not exploited; keeping a single SMI busy is enough for 100%. There is some discussion of that here: https://news.ycombinator.com/item?id=41312335. It might be interesting to investigate whether there are measurements we could extract to highlight this.

(Obviously this is not unique to GPUs but it's a lot more critical in GPUs given the available parallelism. In CPUs a somewhat-but-not-really comparable situation is when the program is using serial code to process data and letting the AVX512 unit sit unused - we're not able to see this.)

@lars-t-hansen lars-t-hansen added the enhancement New feature or request label Aug 23, 2024
@lars-t-hansen lars-t-hansen added the question Further information is requested label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant