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:
Weile
2023-11-22 16:08:11 -08:00
committed by GitHub
parent 292f0d8e0e
commit 5bcfd84bac
2 changed files with 9 additions and 1 deletions

View File

@@ -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)