OpenCL* for CPU
Ask questions and share information on Intel® SDK for OpenCL™ Applications and OpenCL™ implementations for Intel® CPU.
Announcements
This forum covers OpenCL* for CPU only. OpenCL* for GPU questions can be asked in the GPU Compute Software forum. Intel® FPGA SDK for OpenCL™ questions can be ask in the FPGA Intel® High Level Design forum.
1686 Discussions

Power consumption of developed OpenCL application

andradx
Beginner
166 Views

I'm trying to measure the power consumption of an hybrid CPU+GPU OpenCL application I have developed. As of Ivy Bridge, AFAIK, ther power consumption registers or flags which can be read and profiled in order to obtain an estimate on the power consumption of the processor (both CPU and GPU) during the kernel run. As I recall from the poor and scattered information I could gather, this can be done similarly to the procedure used when reading the TSC counter.

What I was trying to know is:

First, where to start? What is the proper source of documentation, the whole IS?

Second, should an external application be used for simplicity? What app should be used then?

Thank you.

0 Kudos
1 Reply
Raghupathi_M_Intel
166 Views

Have you tried GPA? GPA's system analyzer gives you power metrics without being intrusive (no changes to your program). Of course, I bet there are other ways you can measure power consumption, I'd try GPA first.

Thanks,
Raghu

Reply