Parallelism on Ranges - Should We?
Offered By: CppNow via YouTube
Course Description
Overview
Explore parallelism on ranges in C++ through this conference talk from CppNow 2021. Delve into the challenges and possibilities of embedding execution policy mechanisms into range-based algorithms. Examine how HPX, a C++ Standard Library for Concurrency and Parallelism, proposes implementation strategies for range parallelization. Gain insights into algorithmic fusion, pipelining, and the potential performance impacts of parallelizing ranges. Learn about the speaker's perspective on whether the C++ community should push for range-based algorithm parallelization and understand the complexities involved in this powerful concept.
Syllabus
Introduction
Algorithms and Ranges
Parallelization of Algorithms
What is Ranges
Range V3 readability
Range V3 ability
How does Range V3 achieve composability
Can we now combine composability and performance
Introducing HPX
Dynamic Scheduling
HPX
HPX Futures
HPX Parallel
Performance composability
C Plus Conformance
Standard Parallel
Parallel Algorithms
The Final Goal
Options
Fusion
Parallelization
HPX on Ranges
Parallelism on Ranges
Final Result
Performance
Should We
Thread Pulls
Slide Requests
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