Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a53535a

Browse files
committed
Add links
1 parent 74e5d25 commit a53535a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

awesome-parallel-computing.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ All the lists in this page are either in alphabetical order or chronological ord
2828
- [STAPL: Standard Template Adaptive Parallel Programming Library in C++](https://parasol.tamu.edu/stapl/)
2929
- [std::thread: The C++ Standard Thread Library](https://en.cppreference.com/w/cpp/thread/thread)
3030
- [Transwarp: A Header-only C++ Library for Task Concurrency](https://github.com/bloomen/transwarp)
31-
- [RaftLib: A C++ Library for Enabling Stream and Dataflow Parallel Computation](https://github.com/RaftLib/RaftLib)
31+
- [RaftLib: A C++ Library for Enabling Stream and Dataflow Parallel Computation](https://github.com/RaftLib/RaftLib)
32+
- [HPX: A C++ Standard Library for Concurrency and Parallelism](https://github.com/STEllAR-GROUP/hpx)
33+
- [Chapel: A Programming Language for Productive Parallel Computing on Large-scale Systems](https://chapel-lang.org/)
34+
- [Kokkos: A C++ Programming Model for Writing Performance Portable Applications on HPC platforms](https://github.com/kokkos/kokkos)
3235

3336
#### Concurrent Data Structures
3437

0 commit comments

Comments
 (0)