Intel® High Level Design
Support for Intel® High Level Synthesis Compiler, DSP Builder, OneAPI for Intel® FPGAs, Intel® FPGA SDK for OpenCL™
661 Discussions

oneAPI device not found

offreitas
Beginner
1,487 Views

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

0 Kudos
1 Solution
AnilErinch_A_Intel
1,420 Views

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


View solution in original post

0 Kudos
2 Replies
AnilErinch_A_Intel
1,421 Views

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


0 Kudos
longgnol
Beginner
409 Views

Hello,

I have Intel Agilex 7 FPGA, how can I download the corresponding platform and BSP?

0 Kudos
Reply