IANW-Projects / toolkitICL

toolkitICL: An open source tool for automated OpenCL kernel execution and profiling.
8 stars 3 forks source link

Power and Temperature Logging on Mac OS X #29

Closed ranocha closed 5 years ago

ranocha commented 5 years ago

Windows and Linux support is implemented in #18. For Mac OS X and Intel CPUs, we could either use MSR registers (as for Linux) or the Intel Power Gadget Library (as for Windows).