Intel Parallel Advisor
Developer(s) | Intel Developer Products |
---|---|
Stable release | XE 2016 Update 2 / December 1, 2015 |
Operating system | Windows and Linux |
Type | Profiler |
License | Proprietary, Freeware[1] |
Website |
software |
Intel Advisor (also known as "Advisor XE", "Vectorization Advisor", "Parallel Advisor" or "Threading Advisor") is a SIMD vectorization optimization and shared memory threading assistance tool for C, C++, C# and Fortran software developers and architects. This product is available on Windows and Linux operating systems in form of Standalone GUI tool, Microsoft Visual Studio plug-in or command line interface (also supporting usage with MPI).
Advisor XE features. Vectorization Analysis.
Intel Advisor incorporates two workflows (two feature-sets): 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 ("Recommendations")
- Advisor "Trip Counts" feature measures accurate (exact) call counts and iteration counts for all loops in user application.
- Advisor "Correctness" feature automatically detects loop-carried dependencies and other potential data sharing issues.
- Advisor "Memory Access Pattern" feature provides analysis of memory access pattern (stride).
- Advisor Threading "Suitability" feature helps to quickly predict and compare the parallel SMP scalability and performance losses for different possible threading designs.
- Typical Suitability reports are shown on Suitability CPU screen-shot on the right side. Advisor Suitability provides dataset size (iteration space) modeling capabilities and performance penalties break-downn (exposing negative impact caused by Load Imbalance, Parallel Runtimes Overhead and Lock Contention).[2]
The Vectorization Advisor capability was introduced in 2016 release of Intel Advisor [3][4][5] When using in combination with Intel Compilers version 15.x or 16.x Advisor Survey analysis provides additional capabilities like "Why Not Vectorize" or "Vector Efficiency" metrics.
Intel Advisor is available as part of Intel Parallel Studio XE
Customer usage
From public sources it is known to be used by Schlumberger,[6] Sandia national lab as well as by some "leading design" company,[7] who classified it as "a great timesaver" and "incredibly useful tool in supporting parallel algorithm research".
Advisor XE 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.[8]
From public sources, new Vectorization Advisor capabilities (introduced in August' 2015) are known to be used by LRZ and ICHEC,[9] Daresbury Lab,[10] Pexip [11]
Intel® Xeon Phi™ processor and coprocessor support
AVX-512 Vectorization Analysis and Xeon Phi Knights Landing
From two public sources,[12][13] Vectorization Advisor Survey (part of Intel Advisor 2016) is claimed to support native analysis for 2nd generation Intel® Xeon Phi™ (codenamed Knights Landing) processor. It is also claimed that Advisor has separate capability to analyze AVX-512 code characteristics while running analysis on platforms which don't support AVX-512.
Threading suitability projections for first generation Intel Xeon Phi (codenamed Knights Corner)
Starting from XE 2015 release (announced in August 2014),[14] Suitability analysis supports first generation Intel Xeon Phi™ coprocessor (Knights Corner) 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.[15]
See also
- Intel Parallel Studio XE
- Intel Parallel Inspector
- Intel VTune Amplifier
- Intel Data Analytics Acceleration Library (DAAL)
- Intel Integrated Performance Primitives (IPP)
- Intel Math Kernel Library (MKL)
- Intel Threading Building Blocks (TBB)
- Intel Developer Zone (Intel DZ; support and discussion)
References
- ↑ "No Cost Options for Intel Parallel Studio XE, Support yourself, Royalty-Free".
- ↑ "How to model suitability using Advisor XE 2015?".
- ↑ https://indico.cern.ch/event/392043/attachments/784430/1075311/HPC_codes_modernization_tools_2.pdf
- ↑ http://habrahabr.ru/company/intel/blog/255731/
- ↑ http://goparallel.sourceforge.net/wp-content/uploads/2015/09/TheParallelUniverse_Issue_22-Feature2.pdf
- ↑ "Schlumberger* - Parallelize Oil and Gas software with Intel Software products" (PDF).
- ↑ ""Leading design" company Advisor XE case study" (PDF).
- ↑ "Supercomputing'2012 HPC educator with Slippery Rock University".
- ↑ http://software.intel.com/en-us/intel-advisor-xe/reviews
- ↑ "Computer-Aided Formulation case study: getting helping hand from the Vectorization Advisor".
- ↑ "Pexip Speeds Enterprise-Grade Videoconferencing" (PDF).
- ↑ https://doc.itc.rwth-aachen.de/download/attachments/20775798/Programming_SIMD_Advisor_part2.pdf?version=1&modificationDate=1448273651000&api=v2
- ↑ http://sc15.supercomputing.org/schedule/event_detail?evid=tut150
- ↑ "Intel® Advisor XE 2015 Release Notes".
- ↑ "How to use Intel® Advisor XE 2015 to model suitability on an Intel® Xeon Phi™ coprocessor".
External links
- Official website
- "Get a Helping Hand from the Vectorization Advisor" - Hartree case study with reference to Unilever and other CAF applications
- "aixVectorize" Vectorization and Tuning workshop at RWTH:
- Schlumberger* - Parallelize Oil and Gas software with Intel Software products
- Anonymous "leading design" company case study with Advisor XE
- Kyoto University SuperComputing center user guide on Advisor XE usage on Linux
- How to use Intel® Advisor XE 2015 to model suitability on an Intel® Xeon Phi™ coprocessor
- Intel Parallel Inspector Product Page
|