okramer
Occasional Contributor
6 years agoWhat is OneAPI and how does it fit in with other dev tools?
- What is the difference/relationship between the OpenCL aoc compiler and the dpc++ compiler that comes with OneAPI?
- How does OneAPI relate to System Studio?
- What is the recommended workflow for developing in OpenCL/C++ for FPGA?
- Is Eclipse the only choice for IDE in order to take advantage of the profiling features? Or can I use cmake-based CLion instead?
For (3), I mean: what is the preferred way to develop and debug FPGA host & device OpenCL code?
Currently no IDEs support OpenCL device code for Intel FPGA. Only aoc command line. But you can create host code in any IDE, but separately from device code.