50
edits
Changes
→Vectorization Advisor
= Vectorization Advisor =
The Vectorization Advisor is a tool for optimizing your code through vectorization. This tool will help identify loops that that are high-impact and under-optimized, It also reports on what blocking loops from being vectorized and details on where it is safe to ignore the compiler's warnings and force vectorization. Finally it offers in-line code specific recommendations on how to fix these issues.
== Roofline Analysis ==