50
edits
Changes
no edit summary
[[File:Scalabilty-Analysis-Example.png]]
== Dependencies Report ==
The threading advisor's dependencies report works similar to the vectorization's. It will provide information on the data dependency errors a programmer encounters when parallelizing code including data-sharing, deadlocks, and races. The report also displays code snippets it finds is related to the dependency errors.
[[File:Dependency-Report-Example.png]]
= Vectorization =