Forum Discussion
HRZ
Frequent Contributor
4 years agoIf you are proficient in C++, then using DPC++/SYCL C++ is probably the best option. Do note that the performance you will achieve has little to do with which of Intel's tools you use since they (OpenCL, C/C++ HLS, DPC++/SYCL C++) all use the same compiler backend. The final performance pretty much completely depends on how you write your code and optimize it to map well to the architecture of an FPGA.