Difference between revisions of "DPS921/Intel Advisor"
(→Intel Survey Analysis) |
(→Intel Survey Analysis) |
||
Line 14: | Line 14: | ||
A Survey analysis will create a Survey Report that outlines instances: | A Survey analysis will create a Survey Report that outlines instances: | ||
− | + | • Where vectorization or parallelization will be most effective | |
− | + | • Describe if vectorized loops are beneficial or not | |
− | + | • Un-vectorized loops and explain why they have been Un-vectorized | |
− | + | • Provide general performance issue | |
− | |||
− | |||
− | |||
== Intel Dependencies Analysis == | == Intel Dependencies Analysis == |
Revision as of 15:23, 22 November 2020
Contents
Intel Advisor
Group Members
Intel Roof-line Analysis
Creates a tool line model, to represent an application's performance in relation to hardware limitations, including memory bandwidth and computational peaks.
Intel Sustainability Analysis
Intel Survey Analysis
A Survey analysis will create a Survey Report that outlines instances:
• Where vectorization or parallelization will be most effective • Describe if vectorized loops are beneficial or not • Un-vectorized loops and explain why they have been Un-vectorized • Provide general performance issue
Intel Dependencies Analysis
Sources
https://software.intel.com/content/www/us/en/develop/articles/intel-advisor-roofline.html