oneAPI optimization report error
Hello,
I am trying to generate the optimization report for a sample oneAPI program(vector_add) using the following commands:
dpcpp -fintelfpga vector_add.dp.cpp -c -o bin/v_add.o
dpcpp -fintelfpga bin/v_add.o -fsycl-link -Xshardware -o bin/v_add.a
When I open the "report.html" file and click on "Trust HTML" I still am unable to view the report and get a page as seen in the screenshot attached.
I even tried downloading the file and opening it in a different browser but got the same results.
Could you help me understand the issue here?
Thanks,
Siddhanta
I was able to solve this by zipping the entire "reports" directory and then opening the locally downloaded reports instead of just downloading the HTML file. I am still unable to view it through JupyterLab though.