Changes

Jump to: navigation, search

GPU621/Intel Advisor

289 bytes added, 21:53, 27 November 2018
no edit summary
Annotations can be inserted into your code to help design the potential parallelization for analysis. This does not impact the design of your current code as the compiler ignores the annotations (they're only there to help model your design). This provides you with the ability to keep your code serial and prevents the bugs that can come from multiple threading while in your design phase.
[[File:Annotation-Example.jpg]]
[[File:Annotation-Example.png]]
== Scalability Analysis ==
 
Enables the evaluation of the performance and Scalability of the various threading designs. This helps with identifying the impact of overhead. lock contention and load imbalances when running on different hard-ware.
 
 
[[File:Scalabilty-Analysis-Example.jpg]]
= Vectorization =
50
edits

Navigation menu