65.9K
CodeProject is changing. Read more.
Home

Intel Advisor - Roofline Analysis of Vectorized Methods and Recommendations

emptyStarIconemptyStarIconemptyStarIconemptyStarIconemptyStarIcon

0/5 (0 vote)

Sep 9, 2019

CPOL
viewsIcon

9239

In this video, Jeff analyzes a simple set of loops and arrays with Intel's Advisor. We generate a roofline analysis chart and examine the recommendations to improve the CPU and memory usage patterns in our code.

Intel Avisor allows you to analyze your applications written in C++, and figure out how to make your software run faster. Intel Advisor analyzes and makes recommendations to improve your performance.

One of the key features it focuses on is vectorization. In this video, we generate a roofline analysis chart and examine the recommendations to improve the CPU and memory usage patterns in our code.