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

Why auto-vectorization report is not generated when used with -fast flag?

mikeitexpert
New Contributor II
478 Views

Dear Experts,

I am trying to compile my code using -fast and (-Qopt-report2 -Qopt-report-phase=vec -Qopenmp-simd).

I'd like to have auto-vectorization reports as well, however, I don't seem to get then neither in stderr nor in *.optrpt files. Although report files (*.optrpt) are generated, they are empty when using -fast or -Qip.

Any input is much appreciate it.

Regards

 

 

 

0 Kudos
3 Replies
ArunJ_Intel
Moderator
455 Views

Hi Mikeitexpert,


I am able to generate optimization report without issues on ubuntu machine with icc (ICC) 2021.1.2. Could you please share the code for which you are getting empty compiler reports. Also share with us your intel compiler version and operating system. So we could look into this further.


Thanks

Arun Jose


0 Kudos
ArunJ_Intel
Moderator
444 Views

Hi Mikeitexpert,


We are awaiting for an update from your end.



Thanks

Arun


0 Kudos
ArunJ_Intel
Moderator
418 Views

Hi Mike,


As we have not heard back from you, we assume your issue is resolved. We would discontinue monitoring this issue. Any further updates here would be considered community. If you need further assistance, please raise a new thread.


Arun


0 Kudos
Reply