Changes

Jump to: navigation, search

GPU621 Team 1

378 bytes added, 12:15, 1 December 2016
VTune Tutorial 1: Finding HotSpot
Link:[[File:Find hotspots.zip]]
 
[[File:Tim hotspot 15.PNG|150px]] [[File:Tim hotspot 13.PNG|400px]] [[File:Tim hotspot 14.PNG|500px]]
 
This is the code we change. <br />
- First we change to header to allow Cilk Plus. <br />
- Second we comment the bad slow method from "initialize_2D_buffer" and use the faster method. <br />
- Third we add some Cilk Plus code to make it the program run in parallel.
<br />
If we go to bottom up tab you can see that the "initialize_2D_buffer" is no longer exist and it shows the Cilk worker graph that shows the program is not run a parallel.
<br /><br />
== VTune Tutorial 2: Locks and Wait Tutorial ==

Navigation menu