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

Support for AMD GPUs #22

Open
jaywonchung opened this issue Oct 8, 2023 · 1 comment
Open

Support for AMD GPUs #22

jaywonchung opened this issue Oct 8, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@jaywonchung
Copy link
Member

AMD GPUs are seeing increased adoption. ROCm has nice compatibility layers with PyTorch, too. Plus, ROCm-SMI (apparently) has all the energy-related management APIs we need -- measuring power and energy, and setting the power limit and GPU frequency.

First, we should evaluate whether the ROCm-SMI APIs behave like their NVML counterparts and show similar time/energy behavior with NVIDIA GPUs.

Then, implementatino-wise, ROCm-SMI lacks a Python package (something like nvidia-smi-py that NVIDIA officially provides). We should probably package that ourselves (much like the pynvml, which is a community-supported Python binding for NVML), until AMD provides an official binding.

@jaywonchung jaywonchung added the enhancement New feature or request label Oct 8, 2023
@parthraut parthraut self-assigned this Mar 30, 2024
@jaywonchung
Copy link
Member Author

Progress

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants