oneAPI device not found - oneAPI device not found 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 Replies: Re: oneAPI device not found Hello, I have Intel Agilex 7 FPGA, how can I download the corresponding platform and BSP? Replies: Re: oneAPI device not found 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 - 2021-07-20

external_document