- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I'm trying to run fpga_reg example provided by oneAPI-samples repository. However, when I try to run the compiled code on FPGA Arria 10 GX, I get an exception. The error is:
No device of requested type available. Please check https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-dpcpp-system-requirements.html -1 (CL_DEVICE_NOT_FOUND)
If you are targeting an FPGA, please ensure that your system has a correctly configured FPGA board.
Run sys_check in the oneAPI root directory to verify.
If you are targeting the FPGA emulator, compile with -DFPGA_EMULATOR.
terminate called after throwing an instance of 'cl::sycl::runtime_error'
what(): No device of requested type available. Please check https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-dpcpp-system-requirements.html -1 (CL_DEVICE_NOT_FOUND)
Aborted (core dumped)
Our board is connected and I can load OpenCL codes on them.
Thanks in advance,
Otávio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ,
Please see the use of Device selectors in OneAPI.
https://docs.oneapi.io/versions/latest/dpcpp/iface/device-selector.html
Also please check that you have the add on for FPGA in you OneAPI tool kit.
https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/fpga.html
Thanks and Regards
Anil
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ,
Please see the use of Device selectors in OneAPI.
https://docs.oneapi.io/versions/latest/dpcpp/iface/device-selector.html
Also please check that you have the add on for FPGA in you OneAPI tool kit.
https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/fpga.html
Thanks and Regards
Anil

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