-
-
Notifications
You must be signed in to change notification settings - Fork 237
Open
Labels
Description
- CodeCarbon version: main
- Python version: all
- Operating System: Linux
Description
It would be great to add RoCm support to codecarbon. For now, codecarbon requires and depends on pynvml, that is an interface only for Nvidia GPUs. However, using AMD GPUs is becoming easier and easier, and we can expect some researchers to make the switch from Nvidia.
A WIP alternative for RoCm seem to be https://github.com/RadeonOpenCompute/pyrsmi
I could possibly submit a PR if there is interest.