Non-Uniform Memory Architecture - A Nearly Unfathomable Morass of Arcana
Offered By: CppNow via YouTube
Course Description
Overview
Dive into a comprehensive conference talk exploring the intricacies of Non-Uniform Memory Architecture (NUMA) systems. Learn about the complexities and challenges of NUMA, including its impact on program performance, measurement difficulties, and inadequacies of standard profiling tools. Gain insights into identifying and troubleshooting NUMA-related issues, and discover solutions for problems such as poor scaling, large overhead, and low memory performance. Explore the history, performance implications, and debugging techniques for NUMA systems, with a focus on practical experiences and lessons learned from working with these architectures. Equip yourself with valuable knowledge to save time and effort when working on NUMA systems in enterprise computing environments.
Syllabus
Intro
Short Version
Long Version
What is NUMA
Intel Skylake
Uniform Memory Architecture
NonUniform Memory Architecture
Skylake
History
Multisocket systems
Why NUMA
Performance Implications
Asymmetry
Measurements
Memory Interface
Cross Node
Conclusions
Memory Latency
Accessing
Proximity
Interleaved
Debugging
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube