Forum Discussion
SBioo
Occasional Contributor
7 years agoND-Range kernels vs SingleThread?
Dear All, I got a question with regard to choosing between ND-Range and Single Thread kernels. Intel FPGA best practices stresses out that it is always preferred to choose Single Thread model kernel...
SBioo
Occasional Contributor
7 years agoThanks for the response.
One question: How can I make sure that the outer-loop of the single-thread mode kernel is pipelined every single iteration? How the structure of the code should be changed to serve that purpose?
In addition, how can I change the kernel to make sure the memory access for the single-thread kernel is fully coalesced?
Thanks,