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...
HRZ
Frequent Contributor
7 years agoThere are some descriptions in the "README_fpga.md" file for each version and more description in the snippet of my thesis I attached above. However, understanding the transformation is going to be difficult unless you are familiar with the benchmark. I recommend searching for general examples of loop blocking and starting from simple examples until you get to more complex ones. The following document includes code examples of multiple HLS-based transformations including loop blocking: