Optimize Memory and Cache Usage with Intel® VTune™ Profiler | Intel Software

Subscribers:
257,000
Published on ● Video Link: https://www.youtube.com/watch?v=ZOW62irsksw



Duration: 5:58
321 views
13


This video demonstrates using Intel VTune Profiler memory access analysis and micro-architecture analysis to identify a memory access bottleneck and improve performance by optimizing use of memory cache.
Hotspot analysis with hardware event-based analysis is used to pinpoint an application performance bottleneck associated with a memory access.

More detailed analysis is then used to identify opportunities for reducing the number of L3 cache accesses and thus increase performance.

In this video we demonstrate the use of the Intel VTune Profiler in conjunction with other Intel® oneAPI Base Toolkit components like the Intel® oneAPI DPC++/C++ Compiler. It provides a hands-on example of the benefits of using VTune Profiler to optimize application performance. In this specific scenario we look at memory and cache accesses. Hotspot Analysis identifies a DRAM memory access taking many clock ticks. Further micro-architecture analysis points to cache misses and L3 cache accesses. The resolution is the use of built-in compiler prefetch commands to improve data access times.
In addition to hotspot analysis, we go over various views the VTune Profiler provides to aid with your analysis:
• The platform diagram shows DRAM bus utilization
• The bandwidth utilization histogram reports memory accesses of varying bandwidth
• The latency histogram shows memory accesses and their latency and allows to identify their origin.
This dataset then allows us to identify the remedy and reduce high latency cache usage.

Intel® VTune™ Profiler: https://www.intel.com/content/www/us/en/developer/tools/oneapi/vtune-profiler.html

Intel Distribution for Python*: https://www.intel.com/content/www/us/en/developer/tools/oneapi/distribution-for-python.html

Intel® oneAPI: https://www.intel.com/content/www/us/en/developer/tools/oneapi/overview.html

oneAPI Code Samples Library: https://www.intel.com/content/www/us/en/developer/tools/oneapi/code-samples.html

oneAPI Code Samples Catalog: https://oneapi-src.github.io/oneAPI-samples/

About Intel Software:
Intel® Developer Zone is committed to empowering and assisting software developers in creating applications for Intel hardware and software products. The Intel Software YouTube channel is an excellent resource for those seeking to enhance their knowledge. Our channel provides the latest news, helpful tips, and engaging product demos from Intel and our numerous industry partners. Our videos cover various topics; you can explore them further by following the links.

Connect with Intel Software:
INTEL SOFTWARE WEBSITE: https://intel.ly/2KeP1hD
INTEL SOFTWARE on FACEBOOK: http://bit.ly/2z8MPFF
INTEL SOFTWARE on TWITTER: http://bit.ly/2zahGSn
INTEL SOFTWARE GITHUB: http://bit.ly/2zaih6z
INTEL DEVELOPER ZONE LINKEDIN: http://bit.ly/2z979qs
INTEL DEVELOPER ZONE INSTAGRAM: http://bit.ly/2z9Xsby
INTEL GAME DEV TWITCH: http://bit.ly/2BkNshu

#intel #intelsoftware #oneapi

Optimize Memory and Cache Usage with Intel® VTune™ Profiler | Intel Software




Other Videos By Intel Software


2023-05-15Logging Layer | Intel® Graphics Performance Analyzers Framework Quick Tips | Intel Software
2023-05-15Fix Processor Throttling with Intel® VTune™ | Intel Software
2023-05-12Deploy your SSH Key for Intel® VTune™ Profiler | Intel Software
2023-05-11Optimize Python* Workloads with Intel® VTune™ Profiler | Intel Software
2023-05-10Resolve NUMA Performance Impact with Intel® VTune™ Profiler | Intel Software
2023-05-09Crowd Simulation on Multiple Devices Using SYCL | Intel Software
2023-05-09Analyze Threading Performance with Intel® VTune™ Profiler | Intel Software
2023-05-08Customize Data Collection for Intel® VTune™ Profiler Performance Analysis | Intel Software
2023-05-05Open Model Zoo Demos | Intel Software
2023-05-05Configure Intel® VTune™ Profiler for Performance Analysis | An Introduction | Intel Software
2023-05-04Optimize Memory and Cache Usage with Intel® VTune™ Profiler | Intel Software
2023-05-04April 2023 | oneAPI Dev News | Intel Software
2023-05-04Open Model Zoo Demos | Intel Software
2023-05-03April 2023 | IDZ News | Intel Software
2023-05-03Take Advantage for Intel® Instrumentation and Tracing Technology for Performance Analysis
2023-05-02Innovation Thrives in Open Ecosystems | Intel Software
2023-05-02Innovation Thrives in Open Ecosystems | Highlights | Intel Software
2023-05-02Innovation Thrives in Open Ecosystems | Intel Software
2023-04-28April 2023 | oneAPI Dev News | Intel Software
2023-04-26SYCL Data Dependencies | Intel Software
2023-04-25April 2023 | IDZ News | Intel Software



Tags:
Intel Developer Zone
IDZ
Intel Software
Software Developer
Developer Tools
Software Tools
Developer
Intel
oneAPI
DPC++
SYCL
VTune
Performance
Optimization
Performance Analysis
C++
cache misses
memory latency