longgnol
New Contributor
2 years agoNo device of requested type available
Hello,
I have installed OneAPI and Quartus pro23.3 on Ubuntu 22.04LTS, and I have download oneAPI-samples from github.
According to the tutorial, I cd the directory "oneAPI-samples/DirectProgramming/C++SYCL_FPGA/Tutorials/GettingStarted/fpga_compile/part2_dpcpp_functor_usm", then
source /opt/intel/oneapi/setvars.sh
export PATH=$PATH:[the path of quartus]
mkdir build && cd build
cmake ..
When I make fpga_emu and run vector_add.fpga_emu, There is no problem.
But when I run vector_add.fpga_sim or vector_add.fpga, the following error has occured:
I don't know how to solve this problem, and I hope to get your help.
Thanks!