C++ Standard Parallelism
Offered By: CppNow via YouTube
Course Description
Overview
Explore the future of parallel programming in C++ with this comprehensive conference talk from CppNow 2022. Discover how to write portable parallel code that runs on any platform without language extensions or external libraries. Learn about the three key components of C++ Standard Parallelism: common parallel algorithms, tools for creating custom parallel algorithms, and mechanisms for composing parallel invocations into task graphs. Gain insights into the current state of C++ Standard Parallelism, upcoming developments, and potential future directions. Presented by Bryce Adelstein Lelbach, NVIDIA's HPC Programming Models Architect and a leader in the C++ community, this talk offers valuable knowledge for developers looking to leverage parallelism in their C++ projects across various hardware platforms.
Syllabus
C++ Standard Parallelism - Bryce Adelstein Lelbach - CppNow 2022
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