Analyzers
Community support for Analyzers (Intel VTune™ Profiler, Intel Advisor, Intel Inspector)
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
4819 Discussions

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

User01
New Contributor II
379 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
375 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.

AlekhyaV_Intel
Moderator
340 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

 

AlekhyaV_Intel
Moderator
92 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


Reply