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

enqueue API takes too much time

Fan_Z_2
Beginner
358 Views

I enqueued 5 kernels for an in-order execution in my application.Noticed an unusual behaviar after timing the program.One kernel's enqueue API cost a lot more time than the others, almost as much as the actual kernels running time.The enqueue API should be very efficient according to my experience , so what may cause this stalling?

0 Kudos
1 Reply
Robert_I_Intel
Employee
358 Views

HI Fan,

  1. Please let us know what Processor, Operating System, Graphics Driver Version, and Tool Version you are using
  2. Please state steps to reproduce the issue as precisely as you possibly could
  3. If you are using command line tools, please provide the full command line
  4. If code is involved, it is great to create a small "Reproducer" sample and attach it to the message in the form of a zip file
  5. If you don't want your code to be seen by other forum users, please send me a private message

Thank you!

0 Kudos
Reply