Capgemini-Invent-France / CarbonAI

Python package to monitor the power consumption of any algorithm
MIT License
46 stars 12 forks source link

Intel Power Gadget deprecated in favour of Intel PCM #31

Open peterzahemszky opened 7 months ago

peterzahemszky commented 7 months ago

Intel Power Gadget is deprecated in favour of Intel PCM (Performance Counter Monitor).

From https://www.intel.com/content/www/us/en/developer/articles/tool/power-gadget.html:

As of October 9, 2023, no functional, security, or other updates will be provided for Intel® Power Gadget. Intel® Power Gadget will no longer be available after October 13, 2023. All versions are provided as is. Intel recommends that users of Intel® Power Gadget uninstall and discontinue use as soon as possible and use Intel® Performance Counter Monitor (Intel® PCM), an application programming interface (API) and a set of tools based on the API to monitor performance and energy metrics of Intel® Core™, Xeon®, Atom® and Xeon® Phi™ processors. PCM works on Linux, Windows, Mac OS X, FreeBSD, DragonFlyBSD and ChromeOS operating systems.

Visit https://github.com/intel/pcm to learn more and download Intel® PCM.