Difference between revisions of "DPS921/Intel Advisor"

From CDOT Wiki
Jump to: navigation, search
(Intel Roof-line Analysis)
(Intel Survey Analysis)
Line 12: Line 12:
  
 
== Intel Survey 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 ==
 
== Intel Dependencies Analysis ==

Revision as of 16:22, 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