Difference between revisions of "DPS921/Intel Advisor"

From CDOT Wiki
Jump to: navigation, search
(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
+
Where vectorization or parallelization will be most effective
 
+
Describe if vectorized loops are beneficial or not  
-Describe if vectorized loops are beneficial or not  
+
Un-vectorized loops and explain why they have been Un-vectorized
 
+
Provide general performance issue
-Un-vectorized loops and explain why they have been Un-vectorized
 
 
 
-Provide general performance issue
 
  
 
== Intel Dependencies Analysis ==
 
== Intel Dependencies Analysis ==

Revision as of 16:23, 22 November 2020

Intel Advisor

Group Members

saketepe

Anojan Sothilingam

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