File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ All the lists in this page are either in alphabetical order or chronological ord
2323- [ Cpp-Taskflow: A Modern C++ Parallel Task Programming Library] ( https://github.com/cpp-taskflow/cpp-taskflow )
2424- [ FastFlow: High-performance Parallel Patterns in C++] ( https://github.com/fastflow/fastflow )
2525- [ Galois: A C++ Library to Ease Parallel Programming with Irregular Parallelism] ( https://github.com/IntelligentSoftwareSystems/Galois )
26+ - [ Heteroflow: Concurrent CPU-GPU Task Programming using Modern C++] ( https://github.com/Heteroflow/Heteroflow )
2627- [ HPX: A C++ Standard Library for Concurrency and Parallelism] ( https://github.com/STEllAR-GROUP/hpx )
2728- [ Intel TBB: Threading Building Blocks] ( https://www.threadingbuildingblocks.org/ )
2829- [ Kokkos: A C++ Programming Model for Writing Performance Portable Applications on HPC platforms] ( https://github.com/kokkos/kokkos )
@@ -54,6 +55,7 @@ All the lists in this page are either in alphabetical order or chronological ord
5455
5556#### Generic Parallel Computing Topics
5657
58+ - [ Concurrency in C++20 and Beyond] ( https://www.youtube.com/watch?v=jozHW_B3D4U ) - A. Williams
5759- [ Is Parallel Programming still Hard?] ( https://www.youtube.com/watch?v=YM8Xy6oKVQg ) - P. McKenney, M. Michael, and M. Wong at CppCon 2017
5860- [ The Speed of Concurrency: Is Lock-free Faster?] ( https://www.youtube.com/watch?v=9hJkWwHDDxs ) - Fedor G Pikus in CppCon 2016
5961
You can’t perform that action at this time.
0 commit comments