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

Add GPU utilization to PFA file #160

Open
tpatki opened this issue Jul 3, 2024 · 0 comments
Open

Add GPU utilization to PFA file #160

tpatki opened this issue Jul 3, 2024 · 0 comments
Milestone

Comments

@tpatki
Copy link
Member

tpatki commented Jul 3, 2024

On the python side, we have GPUUtils: https://pypi.org/project/gpuutils/
On the C/C++ side, we have NVML's API: https://docs.nvidia.com/deploy/nvml-api/group__nvmlDeviceQueries.html

This may be challenging as we'll need to detect number of GPUs per node (hwloc doesn't provide this easily) and obtain the relevant per-device utilization number.

@tpatki tpatki added this to the Release 0.3.0 milestone Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant