Changes

Jump to: navigation, search

GPU621/Intel Advisor

95 bytes added, 22:42, 27 November 2018
no edit summary
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 you can then follow these code snippets to their exact location and begin handling the errors on a case by case basis.
= Work Flow =
With these two tool we can start to come up with a work flow for optimizing our code.  [[File:DependencyWork-ReportFlow-Example.png]]
= Vectorization =
50
edits

Navigation menu