- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i am now doing step 02 for the hough transform which is the step to optimize using oneAPI.
What i'm failing to understand is why I cannot view the optimization report.
I viewed the discussion with @DeepikaGanga and you mentioned something about missing .zip folder or something.
Can you please elaborate further?
I have finished getting the right output for each cell -
it was 'The compile is finished'
Everytime I try clicking on Trust HTML or Distrust HTML, nothing shows up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thank you for posting in Intel Communities.
I hope you are referring to this link: https://community.intel.com/t5/Intel-DevCloud/oneAPI-FPGA-optimization-report-not-working/m-p/1380799#M4703
I hope you already ran the sample (02_FPGA_Optimization_Report_Generation_Using_Intel_oneAPI_Base_Toolkit) present on DevCloud. Please follow the below steps to view the report.
1st we need to zip the folder as shown in the below figure.
Command to zip the folder:
zip bin.zip -r ./bin/
We can not view "html" files/reports on jupyter (this is a known jupyter issue), please check the below link for more information
link: https://github.com/jupyterlab/lumino/issues/240
Because of the above issue, we are downloading the entire folder to the local machine and viewing it from there.
After downloading the file, try to extract it and go to the below folder.
folder path: <username>\Downloads\bin\bin\split\hough_transform_split.prj\reports
Open report.html on your browser (double click on that file) and it should look like below.
If this resolves your issue, make sure to accept this as a solution. This would help others with similar issue. Thank you!
Thanks,
Jaideep
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
what does this mean @BoonBeng ? :
Thank you for posting in Intel community forum and hope all is well.
If understand the situation correctly, you managed to compile the project successfully and are having problem in reading the report details.
As mention in the previous post you would be able to zip and download it via jupyter.
In this case you can zip the entire .prj folder, just cd to that path and run the below command:
& zip -r temp.zip hough_transform_split.prj
You would be able to download the report and should be seeing more details.
Hope that clarify.
Best Wishes
BB
Is there a step that I am missing out ? since the video tutorial on this section allows the user to access the report after clicking 'TRUST html'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thank you for posting in Intel Communities.
I hope you are referring to this link: https://community.intel.com/t5/Intel-DevCloud/oneAPI-FPGA-optimization-report-not-working/m-p/1380799#M4703
I hope you already ran the sample (02_FPGA_Optimization_Report_Generation_Using_Intel_oneAPI_Base_Toolkit) present on DevCloud. Please follow the below steps to view the report.
1st we need to zip the folder as shown in the below figure.
Command to zip the folder:
zip bin.zip -r ./bin/
We can not view "html" files/reports on jupyter (this is a known jupyter issue), please check the below link for more information
link: https://github.com/jupyterlab/lumino/issues/240
Because of the above issue, we are downloading the entire folder to the local machine and viewing it from there.
After downloading the file, try to extract it and go to the below folder.
folder path: <username>\Downloads\bin\bin\split\hough_transform_split.prj\reports
Open report.html on your browser (double click on that file) and it should look like below.
If this resolves your issue, make sure to accept this as a solution. This would help others with similar issue. Thank you!
Thanks,
Jaideep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Glad to know that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.
Thanks,
Jaideep
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page