filmov
tv
C++ Standard Parallelism - Bryce Adelstein Lelbach - GTC 2022 - S41960
![preview_player](https://i.ytimg.com/vi/1wFtONGVRI8/sddefault.jpg)
Показать описание
Imagine writing parallel code that can run on any platform - CPUs, GPUs, DPUs, specialized accelerators, etc - without any language or vendor extensions, external libraries, or special compilation tools. It's no longer just a dream - you can do it today in Standard C++! Parallelism is increasingly common in software, from supercomputer simulations to mobile applications. But writing parallel code is increasingly challenging due to an explosion of diversity in hardware, a trend that's likely to continue. To meet this challenge, the C++ Committee has developed C++ Standard Parallelism, a parallel programming model for Standard C++ that is portable to all platforms, from your smartwatch to your supercomputer, and delivers reasonable performance and efficiency for most use cases. We'll dive into the roadmap for C++ Standard Parallelism and discuss what we already have today, what's coming down the line, and where the future may lead us.
C++ Standard Parallelism - Bryce Adelstein Lelbach - C++ on Sea 2022
C++ Standard Parallelism - Bryce Adelstein Lelbach - GTC 2023 - S51755
C++ Standard Parallelism - Bryce Adelstein Lelbach - P3HPC 2021 Keynote
C++ Standard Parallelism - Bryce Adelstein Lelbach - GTC 2022 - S41960
C++ Standard Parallelism - Bryce Adelstein Lelbach - CppCon 2021
C++ Standard Parallelism - Bryce Adelstein Lelbach - CppNow 2022
C++ Standard Parallelism - Bryce Adelstein Lelbach - CppCon 2021
CppCon 2016: Bryce Adelstein Lelbach “The C++17 Parallel Algorithms Library and Beyond'
C++ Standard Parallelism - Bryce Adelstein Lelbach - CppNorth 2022
Think Parallel - Bryce Adelstein Lelbach - ACCU 2024
C++ Standard Parallelism by Bryce Adelstein Lelbach, NVIDIA, USA
The NVIDIA C++ Standard Library - Bryce Adelstein Lelbach - GTC 2021
C++ Standard Parallelism
C++ Standard Parallelism - David Olsen - Meeting C++ 2022
What Belongs In The C++ Standard Library? - Bryce Adelstein Lelbach [CppNow 2021]
Inside NVC++ and NVFORTRAN - Bryce Adelstein Lelbach - GTC 2021
CppCon 2017: Bryce Adelstein Lelbach “C++17 Features (part 2 of 2)”
The C++20 Synchronization Library - Bryce Adelstein Lelbach - Meeting C++ 2019
CppCon 2017: Bryce Adelstein Lelbach “C++17 Features (part 1 of 2)”
CppCon 2019: David Olsen “Faster Code Through Parallelism on CPUs and GPUs”
C++Now 2017: Bryce Lelbach “C++17 Features'
CppCon 2016: Hartmut Kaiser “Parallelism in Modern C++'
C++ CoreHard Autumn 2018. Concurrency and Parallelism in C++17 and C++20/23 - Rainer Grimm
Think Parallel: Scans - Bryce Adelstein Lelbach
Комментарии