Forum Discussion
Intel FPGA SDK for OpenCL: Issue while launching same opencl kernel multiple times
- 2 years ago
Hi @chandrasekhar92,
Noted that there seems to be a custom BSP involved. Is it correct to say there is no references design you are referring to and sample code are based on self written?
After going through the situation, using clWaitForEvents to synchronize kernels in separate queues are working from previous experiences. Would recommend to try clFinish() which has similar purposes to see if that works.
Also for the mention situation, it seem that the desire execution flow are out of order, hence below links would also explain that:
Note: link mention are for example with GPU as the hardware, however the execution concept are the same.
Best Wishes
BB
Hi @chandrasekhar92,
Thank you for posting in Intel community forum, hope all is well and apologies for the delayed in response.
As Intel OpenCL has been deprecated, hence we would try our best to support on the mention issues.
Is there any references design that you are referring to? Also can you share what are the compilation/build command used for us to check further?
Hope to hear from you soon.
Best Wishes
BB