Changes

Jump to: navigation, search

DPS921/Intel Advisor

24 bytes removed, 15:13, 6 December 2020
no edit summary
[mailto:asothilingam1@myseneca.ca?subject=SB Anojan Sothilingam]
= Intel Survey Analysis =
A Survey analysis will create a Survey Report that outlines instances:
</source>
= Intel Dependencies Analysis =
The compiler will be unable to vectorize loops if there are potential data dependencies. The dependencies analysis will create a dependencies report that shows where possible data dependencies exist. The report will also have details about the type of dependency and how to solve the dependency.
[[File:DA_SS2.png|1000px]]
= Intel Roof-line Analysis =
The roofline tool creates a tool line model, to represent an application's performance in relation to hardware limitations, including memory bandwidth and computational peaks. To measure performance we use 2 axes with GFLOPs (Giga Flops/sec) on the y-axis, and AI(Arithmetic Intensity(FLOPs/Byte)) on the x-axis both in log scale, with this we can begin to build our roof-line. Now for any given machine, its CPU can only perform so many FLOPs so we can plot the CPU cap on our chart to represent this. Like the CPU a memory system can only supply so many gigabytes, we can represent this by a diagonal line(N GB/s * X FLOPs/Byte = Y GFLOPs/s). (pic) This chart represents the machine's hardware limitation, and it's best performance at a given AI
</source>
= Intel Memory Access Pattern Analysis =
We can use the MAP analysis tool to check for various memory issues, such as non-contiguous memory accesses and unit strides.
<source>#include <iostream>
58
edits

Navigation menu