Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

vectorization report in VS2015

Dimitry_N_Intel
Employee
432 Views

Hi , I just moved from Intel compiler 13.0 to Intel compiler 16.0 on VS2015 ,

using option /Qopt-report-phase=vec  /Qopt-report=2  to see in output window the result report , but result is nothing .

only if I set option "Interprocedural Optimization" to "No" I am getting result in .optrpt file .

 

Please advice how to get vectorization  report in output window in VS2015.

 

Thanks.

0 Kudos
1 Solution
TimP
Honored Contributor III
432 Views

As no one responded, I'll point out that documented Windows version of those options uses : unlike linux which uses =.  It may also work without : = or space.  There is also advice at https://software.intel.com/en-us/articles/qvec-reportn-doesnt-work-with-qipo-in-the-ide about dealing with much older compilers which had a similar problem.

View solution in original post

0 Kudos
2 Replies
TimP
Honored Contributor III
433 Views

As no one responded, I'll point out that documented Windows version of those options uses : unlike linux which uses =.  It may also work without : = or space.  There is also advice at https://software.intel.com/en-us/articles/qvec-reportn-doesnt-work-with-qipo-in-the-ide about dealing with much older compilers which had a similar problem.

0 Kudos
Dimitry_N_Intel
Employee
432 Views

thanks

0 Kudos
Reply