Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4974 Discussions

"Get Started with Intel® Advisor," "Get Started Guide" typo for "make baseline"

User01
New Contributor II
683 Views

On https://www.intel.com/content/www/us/en/develop/documentation/get-started-with-advisor/top/discover-where-vectorization-will-pay-off.html the instructions read:

"Build the sample application in release mode using the make baseline
command, which contains the following compiler options: -O2 -g."

But the following code block reads:

make vec_samples

It should be "make baseline" to match the previous statement.

Labels (1)
0 Kudos
3 Replies
User01
New Contributor II
679 Views

The same documentation has:

advisor --collect=survey --project-dir=./vec_samples -- ./vec_samples

It looks like it should be "--project-dir=." to use the current directory. As documented, the command fails.

Intel Support, please send this document back to the responsible group to have them go through it, run the commands, and make corrections as appropriate.

0 Kudos
AlekhyaV_Intel
Moderator
644 Views

Hi,

 

Thank you for posting in Intel Communities. We would like to thank you for sharing your observations with us. We will connect with the admin team and get this documentation corrected.

 

To profile your application with advisor, you can also give the below command so that the result directory gets stored in "vec_samples" folder.

advisor --collect=survey --project-dir=../vec_samples -- ./vec_samples

 

Thanks & Regards,

Alekhya

 

0 Kudos
AlekhyaV_Intel
Moderator
396 Views

Hi,


We apologize for the delay. We have made corrections to the below document as per your suggestions.

https://www.intel.com/content/www/us/en/develop/documentation/get-started-with-advisor/top/discover-where-vectorization-will-pay-off.html


As we have addressed your issue, we have closed this thread now. If you need any further assistance, please post a new question as this thread will no longer be monitored by Intel.


Regards,

Alekhya


0 Kudos
Reply