Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1795 Discussions

optimization report for hough transform

Ratan
Beginner
930 Views

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.

 

0 Kudos
1 Solution
JaideepK_Intel
Employee
847 Views

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/

 

JaideepK_Intel_0-1690298547072.png

JaideepK_Intel_1-1690298613011.png

 

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.

JaideepK_Intel_2-1690298819712.png

 

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

JaideepK_Intel_3-1690298916685.png

 

Open report.html on your browser (double click on that file) and it should look like below.

JaideepK_Intel_4-1690299045169.png

 

If this resolves your issue, make sure to accept this as a solution. This would help others with similar issue. Thank you!

Thanks,

Jaideep

 

 

 

 

View solution in original post

0 Kudos
4 Replies
Ratan
Beginner
920 Views

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'

0 Kudos
Ratan
Beginner
905 Views

.

0 Kudos
JaideepK_Intel
Employee
848 Views

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/

 

JaideepK_Intel_0-1690298547072.png

JaideepK_Intel_1-1690298613011.png

 

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.

JaideepK_Intel_2-1690298819712.png

 

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

JaideepK_Intel_3-1690298916685.png

 

Open report.html on your browser (double click on that file) and it should look like below.

JaideepK_Intel_4-1690299045169.png

 

If this resolves your issue, make sure to accept this as a solution. This would help others with similar issue. Thank you!

Thanks,

Jaideep

 

 

 

 

0 Kudos
JaideepK_Intel
Employee
786 Views

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


0 Kudos
Reply