I am at the same stage, which is;
I was performing emulation of hough transform for FPGA's on Jupyterlab but then all i had to do was run the cells:
I get the following error ->
## u196294 is performing Hough Transform compilation emulation notebook.
icpx: warning: use of 'dpcpp' is deprecated and will be removed in a future release. Use 'icpx -fsycl' [-Wdeprecated]
src/original/hough_transform.cpp:8:10: fatal error: 'CL/sycl/INTEL/fpga_extensions.hpp' file not found
#include <CL/sycl/INTEL/fpga_extensions.hpp> //try this and prev
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
/bin/bash: bin/hough_transform.emu: No such file or directory
I am not sure how to solve this. I am unable to find the header files that they are supposed to include. I cant even find the parent directory which is supposed to be 'CL'.
Has anyone done fpga emulation using jupyterLabs and gone through the same problem?
i am eagerly looking for help, thanks.
I have been stuck on this for more than a week now but I had to inform you that the conversation that you linked me to, I tried that even included the ! mkdir bin statement which was used to solve the other users problem. unfortunately that did not solve mine, since i already had a directory named bin within the testdir directory.
can you do a new tutorial of the fpga emulation and cell running process to get the expected output - 'VERIFICATION PASSED'
I dont know which path to check and how to overcome this issue.
Thank you for all your help till now as well, I really appreciate it.