- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- dpc++ calls aoc
- AFAIK System Studio doesn't relate to OneAPI
- What do you mean? It's usual workflow for OpenCL FPGA: first is emulator for debug, the second is full compile
- AFAIK OneAPI plugin for Eclipse can generate only compiler report and doesn't support dynamic profile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks. For (3), I mean: what is the preferred way to develop and debug FPGA host & device OpenCL code? Is it using SystemStudio or OneAPI? I'm using CLion with custom build step defined for the device code that works well. I can step through my kernel in emulation mode. But this doesn't give me any profiling info that presumably SS and 1API give.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Based on my understanding, OpenCL software is used OpenCL compiler while the DPC++ is used SYCL compiler.
For information about these two compiler, you may need to look into the link below:
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page