GSing13
New Contributor
7 years agoWaiting for IOs to complete
Hello everyone,
I am implementing openCL based kernels for the Intel Stratix 10 FPGA for some high performance application.
I would like to know what is the best way to guarantee that the current data write to the global memory from a kernel is completed, before next iteration of the kernel is executed.
I first thought of waiting in the kernel for some fixed amount of cycles but I don't see any defined way of achieving this using openCL.
I hope someone would be able to guide me and suggest a way to achieve this.
Regards,
Gaurav