67
edits
Changes
→Introduction to Intel Advisor
This tool will take your code and help with its performance, it does this through analyzing your code through following key points:
• Vectorization and Code Insights
Intel Advisor will not write your code, but it will help with optimization. It allows you to:
• Model your application performance on an accelerator
• Visualize performance bottlenecks on a CPU or GPU using a Roofline chart
• Check vectorization efficiency
• Prototype threading designs