Changes

Jump to: navigation, search

GPU621/Intel Parallel Studio Inspector.

1,374 bytes added, 10:04, 9 December 2021
no edit summary
[[File:New_Analysis.jpg|950px]]
== Levels of AnalyzationMemory Analysis: Speed vs Thoroughness ==
An Intel Inspector window will pop up, with different features. At the top, Intel Inspector lists 3 different types of analysis levels that can be selected.
Intel Parallel Studio can help users detect a variety of threading errors such as data race conditions, deadlocks, lock hierarchy violations, and cross-thread stack access errors. These threading errors are usually non-deterministic and can be hard to reproduce.
 
== Levels of Threading Error Analysis: Speed vs Thoroughness ==
 
An Intel Inspector window will pop up, with different features. At the top, Intel Inspector lists 3 different types of analysis levels that can be selected.
 
 
[[File:NewThreadedAnalysis.jpg|950px]]
 
 
==='''Detect Deadlocks''' ===
 
The least thorough and intensive threading analysis. This setting reduces the stress on the system and cuts the resources and time to perform the analysis. As a result, this will produce a much faster analysis but will find a limited set of errors and provide fewer details. This setting will not focus on finding data race issues.
 
==='''Detect Deadlocks and Data Races''' ===
 
This setting indicates a medium-scope threading error analysis. It will increase time, resources, and load on the system when performing the analysis. This is a deeper level of analysis to find memory issues but is slightly slower. This setting will include information on data race issues.
 
==='''Detect Deadlocks and Data Races''' ===
 
This maximizes the scope of the threading analysis. Using this setting will also maximize the time, resources, and load on the system to perform the analysis. This will detect an extensive range of threading issues including deadlocks and data races. Intel Inspector will display the context of the problem and the highest degree of information available.
==='''Race Condition'''===
61
edits

Navigation menu