Intel® High Level Design
Support for Intel® High Level Synthesis Compiler, DSP Builder, OneAPI for Intel® FPGAs, Intel® FPGA SDK for OpenCL™
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
606 Discussions

oneAPI device not found

offreitas
Beginner
630 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
563 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

1 Reply
AnilErinch_A_Intel
564 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


Reply