Intel Advisor incorporates two workflows : Vectorization Advisor and Threading Advisor. Vectorization Advisor supports analysis of scalar, SSE, AVX, AVX2 and AVX-512-enabled codes generated by Intel, GNU and Microsoft compilers auto-vectorization. It also supports analysis of "explicitly" vectorized codes which use OpenMP 4.x or Intel Cilk Plus as well as codes or written using C vector intrinsics or assembly language. Intel Advisor includes following main features:
Advisor "Survey" feature which helps to vectorize scalar part of the code or improve performance of already vectorized loops.
* Survey includes dynamic hotspots analysis, seamless integration with Intel Compiler diagnostics, cost / benefit / efficiency analysis and interactive optimization advices
Advisor "Trip Counts" measures accurate call counts and iteration counts for all loops in user application.
Advisor "Correctness" automatically detects loop-carried dependencies and other potential data sharing issues.
The Vectorization Advisor capability was introduced in 2016 release of Intel Advisor. It works with compilers from GCC and Microsoft, but will provide additional information when used with Intel Compilers version 15.x or newer. Examples include "Why Not Vectorize" or "Vector Efficiency" metrics. Intel Advisor is available as part of Intel Parallel Studio XE
Vectorization Advisor supports native analysis for 2nd generation Intel® Xeon Phi™ processor, starting from Intel Advisor 2016 Update 3 version. Advisor Survey and MAP analysis have several AVX-512-specific tuning capabilities. Advisor also has separate capability to analyze AVX-512 code characteristics while running analysis on platforms which don't support AVX-512.
Roofline performance model automation in Intel Advisor
Intel Advisor automates the Roofline Performance Model first proposed by at Berkeley and extended at the University of Lisbon. Advisor "Roofline Analysis" helps to identify if given loop/function is memory or CPU bound. It also identifies under optimized loops that can have a high impact on performance if optimized, ,
Customer usage
From public sources it is known to be used by Schlumberger, Sandianational lab as well as by some "leading design" company, who classified it as "a great timesaver" and "incredibly useful tool in supporting parallel algorithm research". Advisor also aims to simplify and speed-up parallel design and implementation by providing step-by-step workflow, claimed to be useful for academia and educational purposes. From public sources, new Vectorization Advisor capabilities are known to be used by LRZ and ICHEC, Daresbury Lab, Pexip
Threading Advisor
Prototype Threading Designs Software architects add code annotations to describe threading that are understood by Advisor, but ignored by the compiler. Advisor then projects the scalability of the threading and checks for synchronization errors.
Advisor Threading "Suitability" feature helps to predict and compare the parallel SMP scalability and performance losses for different possible threading designs.
* Typical Suitability reports are shown on :File:IntelAdvisorSuitabilityCPU.png|Suitability CPU screen-shot on the right side. Advisor Suitability provides dataset size modeling capabilities and performance penalties break-downn.
Threading suitability projections for Intel Xeon Phi Beginning with the 2015 release, Suitability analysis supported first generationIntel Xeon Phi™ coprocessor threading performance, scalability and parallel runtimes overheads modeling. Suitability estimates Intel® Xeon Phi™ processor peak performance for a given loop/workload and automatically compares it with appropriate double-socket 16-core Intel® Xeon® reference performance baseline.