Difference between revisions of "GPU621 Team 1"

From CDOT Wiki
Jump to: navigation, search
(VTune Tutorial 1: Finding HotSpot)
(VTune Tutorial 1: Finding HotSpot)
Line 14: Line 14:
 
== VTune Tutorial 1: Finding HotSpot ==
 
== VTune Tutorial 1: Finding HotSpot ==
 
[[File:1.png|400px]]
 
[[File:1.png|400px]]
wfawf
+
 
 +
This example program will be downloaded when you install VTune Amplifier. Following is the directory that contain the sample code from Intel.
 +
[Program Files]\IntelSWTools\VTune Amplifier XE <version>\sample
 +
Open the project using Visual Studio. Then you can run the the VTune Amplifier and click new Analysis. (You need to download Vtune Amplifier to have that tab on Visual Studio)
 
<br />
 
<br />
  
 
[[File:Tim Hotspt 2.png|400px]]
 
[[File:Tim Hotspt 2.png|400px]]
wfawf
+
This should be the next page you will get. You begin to choose different type of Analysis here. We are going do a Basic Hotpots Analysis.Then click start to start the Analysis.
 
<br />
 
<br />
  
 
[[File:Tim Hotspt 3.png|400px]]
 
[[File:Tim Hotspt 3.png|400px]]
wfawf
+
The program should run itself after you begin. It will take a while.
 
<br />
 
<br />
  
 
[[File:Tim Hotspt 4.png|400px]]
 
[[File:Tim Hotspt 4.png|400px]]
wfawf
+
 
 
<br />
 
<br />
  

Revision as of 17:40, 30 November 2016

What is VTune Amplifier?

Where can you get it?

Getting Started

VTune Tutorial 1: Finding HotSpot

1.png

This example program will be downloaded when you install VTune Amplifier. Following is the directory that contain the sample code from Intel.

[Program Files]\IntelSWTools\VTune Amplifier XE <version>\sample

Open the project using Visual Studio. Then you can run the the VTune Amplifier and click new Analysis. (You need to download Vtune Amplifier to have that tab on Visual Studio)

Tim Hotspt 2.png This should be the next page you will get. You begin to choose different type of Analysis here. We are going do a Basic Hotpots Analysis.Then click start to start the Analysis.

Tim Hotspt 3.png The program should run itself after you begin. It will take a while.

Tim Hotspt 4.png


Tim Hotspt 5.png wfawf

Tim Hotspt 7.png wfawf

Tim Hotspt 8.png wfawf

Tim Hotspt 9.png wfawf


Tim Hotspt 10.png wfawf


Tim Hotspt 11.png wfawf


Tim Hotspt 12.png wfawf

VTune Tutorial 2: Identifying False Sharing

VTune Tutorial 3: Disk input Output Analysis

Resources