Click here to Skip to main content
15,884,176 members
Articles / High Performance Computing / Vectorization
Article

Intel Advisor - Roofline Analysis of Vectorized Methods and Recommendations

9 Sep 2019CPOL 9.1K  
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.

This article is in the Product Showcase section for our sponsors at CodeProject. These articles are intended to provide you with information on products and services that we consider useful and of value to developers.

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.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Program Manager
United States United States
Jeff Fritz is a senior program manager in Microsoft’s Developer Division working on the .NET Community Team. As a long time web developer and application architect with experience in large and small applications across a variety of verticals, he knows how to build for performance and practicality. Four days a week, you can catch Jeff hosting a live video stream called 'Fritz and Friends' at twitch.tv/csharpfritz. You can also learn from Jeff on WintellectNow and Pluralsight, follow him on twitter @csharpfritz, and read his blog at jeffreyfritz.com

Comments and Discussions

 
-- There are no messages in this forum --