58
edits
Changes
→Intel Dependencies Analysis
== Intel Dependencies Analysis ==
The compiler will be unable to vectorize loops if there are potential data dependencies. The dependencies analysis will create a dependencies report that shows where possible data dependencies exist. The report will also have details about the type of dependency and how to solve the dependency.
== Sources ==