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.
1719 Discussions

why need "warmup" in image modulate app?

Fu_J_Intel
Employee
385 Views

Hi Robert,

In image modulate app,  before actual clEnqueueNDRangeKernel()  you have a "warmup" call to clEnqueueNDRangeKernel() .  why do you need the "warmup"?  To me, "warmup" doubles computation load.

0 Kudos
1 Reply
Robert_I_Intel
Employee
385 Views

Hi Jeffrey,

The warmup is just to increase accuracy of kernel time measurements.

0 Kudos
Reply