mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
Add taskflow (#5790)
Adds [taskflow](https://github.com/taskflow/taskflow) as a C++ library. Related PR: https://github.com/compiler-explorer/infra/pull/1164 Note: taskflow is a General-purpose Parallel and Heterogeneous Task Programming System. taskflow helps users quickly write parallel and heterogeneous task programs in modern C++. taskflow has been widely used in many companies and academic institutes, like Cruise, Nvidia, AMD, NSF, etc. taskflow has appeared in various C++ conferences, including [CppCon'20](https://www.youtube.com/watch?v=MX15huP5DsM) and [MUC++](https://www.youtube.com/watch?v=u8Mc_WgGwVY)
This commit is contained in:
@@ -140,3 +140,4 @@ From oldest to newest contributor, we would like to thank:
|
||||
- [Guo Ci](https://github.com/guoci)
|
||||
- [Rupert Tombs](https://github.com/Rupt)
|
||||
- [Andrew Brey](https://github.com/andrewbrey)
|
||||
- [Weile Wei](https://github.com/weilewei)
|
||||
|
||||
Reference in New Issue
Block a user