Changes

Jump to: navigation, search

GPU621/Intel Advisor Assistant

728 bytes removed, 16:50, 8 December 2021
Example of How to Use Intel Advisor
• Apart from TBB, it helps visualize DPC++ asynchronous task graphs, provides insights to task scheduling inefficiencies and analyzes open MP task dependencies for better performance
 
== Example of How to Use Intel Advisor ==
Intel Advisor is available in either stand alone or as part of OneApi. Using it as part of its integration into Visual Studio, here we run through some basic steps using the code from Workshop 03 (Matmul) for demonstration:
Step One – Launching Advisor
Launching Intel Advisor, found under Tools/Intel Advisor:
 
[[File:IntelAdv06.png]]
Which opens the following window:
[[File:IntelAdv07.png]]
 
Here we will select Vectorization and Code Insights first and get the when running a survey (using the play key on the left menu):
[[File:IntelAdv08.png]]
 
Selecting the Characterization section on the right and running that will give us a Roofline report:
 
[[File:IntelAdv09.png]]
== Progress ==
67
edits

Navigation menu