From a920b52045ed7b95c19bf1a6da4499b44829297a Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sun, 18 Aug 2024 21:14:31 -0400 Subject: [PATCH] add taskflow --- 9.6/paper.bib | 11 +++++++++++ 9.6/paper.tex | 1 + 2 files changed, 12 insertions(+) diff --git a/9.6/paper.bib b/9.6/paper.bib index cca7f9b..97a35ff 100644 --- a/9.6/paper.bib +++ b/9.6/paper.bib @@ -1635,3 +1635,14 @@ See: https://doc.cgal.org/latest/Manual/how_to_cite_cgal.html year = {2022}, pages = {102940} } + +@article{huang2021taskflow, + title={Taskflow: A lightweight parallel and heterogeneous task graph computing system}, + author={Huang, Tsung-Wei and Lin, Dian-Lun and Lin, Chun-Xun and Lin, Yibo}, + journal={IEEE Transactions on Parallel and Distributed Systems}, + volume={33}, + number={6}, + pages={1303--1320}, + year={2021}, + publisher={IEEE} +} diff --git a/9.6/paper.tex b/9.6/paper.tex index faa4d6b..b2941bc 100644 --- a/9.6/paper.tex +++ b/9.6/paper.tex @@ -471,6 +471,7 @@ following: \item SLEPc \cite{hernandez2005slepc} \item SUNDIALS \cite{hindmarsh2005sundials} \item SymEngine \cite{symengine-web-page} + \item Taskflow \cite{huang2021taskflow} \item TBB \cite{reinders2007tbb} \item Trilinos \cite{heroux2005trilinos,trilinos-web-page} \item UMFPACK \cite{davis2004umfpack} -- 2.39.5