Resolve NUMA Performance Impact with Intel® VTune™ Profiler | Intel Software

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



Duration: 4:30
2,706 views
5


Intel VTune Profiler helps you identify and resolve memory latency issues. One possible cause for increased memory latency are non-uniform memory accesses (NUMA), especially in memory bound workloads. In this video we demonstrate how to track this kind of issues down and how to address it.

Intel VTune Profiler Platform Analysis collects coarse-grained, system-level metrics to identify hardware bottlenecks and inefficient use of hardware. The example workload in this video has steady memory utilization, but it is memory bound and has a high percentage of remote NUMA accesses where data being accessed is in DRAM off the other socket on a dual-socket system. This also generates large cross-socket UPI traffic with many spikes to satisfy the remote NUMA accesses.

By assigning affinity of all threads in the workload to cores on a single socket, we can optimize memory access performance for this workload.

VTune Profiler is able to visualize memory access latency and types of memory accesses across the platform for you. It thus makes it easy to identify the root cause of a performance issue in a memory bound workload and point you towards a solution.

Test your multi-socket server workload with VTune Profiler today.

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

Resolve NUMA Performance Impact with Intel® VTune™ Profiler | Intel Software




Other Videos By Intel Software


2023-05-28May 2023 | oneAPI Dev News | Intel Software
2023-05-26May 2023 | IDZ News | Intel Software
2023-05-25May 2023 | oneAPI Dev News | Intel Software
2023-05-24Logging Layer | Intel® Graphics Performance Analyzers Framework Quick Tips | Intel Software
2023-05-23May 2023 | IDZ News | Intel Software
2023-05-16Crowd Simulation on Multiple Devices Using SYCL | 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



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