Forum Discussion

offreitas's avatar
offreitas
Icon for New Contributor rankNew Contributor
4 years ago
Solved

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

2 Replies