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

EC measuring library #9

Open
rvandernoort opened this issue Apr 14, 2023 · 0 comments
Open

EC measuring library #9

rvandernoort opened this issue Apr 14, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@rvandernoort
Copy link
Contributor

Summary

Currently, the implementation uses the PyJoules library for energy consumption measurements. It allows for both RAPL and NVML measurements on small functions with little overhead. Other measurements libraries like CodeCarbon and Eco2AI allow for the same type of measurements and are more recently maintained, however, they introduce such a large overhead that it significantly increases the runtime of the PyTorch model training. This is undesired and therefore no other EC measuring library is currently implemented, although GATorch is built such that it can be easily extended with other implementations.

Roadmap

  • Investigate PyJoules' accuracy and overhead
  • Investigate other EC measuring libraries
  • Introduce new libraries if overhead is not a problem.
@rvandernoort rvandernoort added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant