Changes

Jump to: navigation, search

GPU621/Code

840 bytes added, 11:35, 23 November 2018
Added first steps for Intel Inspector
----
 
 
=Intel Inspector=
Intel Inspector is a dynamic memory and threading error checking instrument to inspect serial and multi-threaded programs.
 
Intel Inspector comes with Intel Parallel Studio XE along with two other debugging tools - VTune and Advisor.
 
'''Create a project'''
There are 2 ways to work with inspector.
 
* Run inspector directly from Visual Studio
This is the easiest and fastest way that requires no additional configurations.
* Run as a separate program.
Working with Intel Inspector application requires passing it a compiled version of your program.
Additionally you may need to link some libraries (lib, dll, etc).
 
'''Configure a project'''
Intel suggests using small data set sizes and load threads with small chunks of work..
 
This will reduce run time and the speed of the analysis.
 
 
 
=Intel VTune™ Amplifier=
41
edits

Navigation menu