namespace tf {
/** @page References References
This page summarizes a list of publication related to %Taskflow.
If you are using %Taskflow, please cite the following paper we published at 2022 IEEE TPDS:
+ Tsung-Wei Huang, Dian-Lun Lin, Chun-Xun Lin, and Yibo Lin, "[Taskflow: A Lightweight Parallel and Heterogeneous Task Graph Computing System](https://tsung-wei-huang.github.io/papers/tpds21-taskflow.pdf)," IEEE Transactions on Parallel and Distributed Systems (TPDS), vol. 33, no. 6, pp. 1303-1320, June 2022
@tableofcontents
@section RefConference Conference
- Dian-Lun Lin, Yanqing Zhang, Haoxing Ren, Shih-Hsin Wang, Brucek Khailany and Tsung-Wei Huang, "[GenFuzz: GPU-accelerated Hardware Fuzzing using Genetic Algorithm with Multiple Inputs](https://tsung-wei-huang.github.io/papers/2023-dac.pdf)," ACM/IEEE Design Automation Conference (DAC), San Francisco, CA, 2023
- Tsung-Wei Huang, "[qTask: Task-parallel Quantum Circuit Simulation with Incrementality](https://tsung-wei-huang.github.io/papers/ipdps23.pdf)," IEEE International Parallel and Distributed Processing Symposium (IPDPS), St. Petersburg, Florida, 2023
- Elmir Dzaka, Dian-Lun Lin, and Tsung-Wei Huang, "[Parallel And-Inverter Graph Simulation Using a Task-graph Computing System](https://tsung-wei-huang.github.io/papers/pdco-23.pdf)," IEEE International Parallel and Distributed Processing Symposium Workshop (IPDPSW), St. Petersburg, Florida, 2023
- Tsung-Wei Huang and Leslie Hwang, "[Task-Parallel Programming with Constrained Parallelism](https://tsung-wei-huang.github.io/papers/hpec22-semaphore.pdf)," IEEE High-Performance Extreme Computing Conference (HPEC), MA, 2022
- Tsung-Wei Huang, "[Enhancing the Performance Portability of Heterogeneous Circuit Analysis Programs](https://tsung-wei-huang.github.io/papers/hpec22-ot.pdf)," IEEE High-Performance Extreme Computing Conference (HPEC), MA, 2022
- Dian-Lun Lin, Haoxing Ren, Yanqing Zhang, and Tsung-Wei Huang, "[From RTL to CUDA: A GPU Acceleration Flow for RTL Simulation with Batch Stimulus](https://tsung-wei-huang.github.io/papers/icpp22-rtlflow.pdf)," ACM International Conference on Parallel Processing (ICPP), Bordeaux, France, 2022
- Cheng-Hsiang Chiu and Tsung-Wei Huang, "[Composing %Pipeline Parallelism using Control %Taskflow %Graph](https://doi.org/10.1145/3502181.3533714)," ACM International Symposium on High-Performance Parallel and Distributed Computing (HPDC), Minneapolis, Minnesota, 2022
- Cheng-Hsiang Chiu and Tsung-Wei Huang, "[Efficient Timing Propagation with Simultaneous Structural and Pipeline Parallelisms](https://tsung-wei-huang.github.io/papers/dac2022.pdf)," ACM/IEEE Design Automation Conference (DAC), San Francisco, CA, 2022
- Dian-Lun Lin and Tsung-Wei Huang, "Efficient GPU Computation using %Task %Graph Parallelism," European Conference on Parallel and Distributed Computing (EuroPar), 2021
- Tsung-Wei Huang, "[A General-purpose Parallel and Heterogeneous Task Programming System for VLSI CAD](iccad20.pdf)," IEEE/ACM International Conference on Computer-aided Design (ICCAD), CA, 2020
- Chun-Xun Lin, Tsung-Wei Huang, and Martin Wong, "[An Efficient Work-Stealing Scheduler for Task Dependency Graph](icpads20.pdf)," IEEE International Conference on Parallel and Distributed Systems (ICPADS), Hong Kong, 2020
- Tsung-Wei Huang, Chun-Xun Lin, Guannan Guo, and Martin Wong, "[Cpp-Taskflow: Fast Task-based Parallel Programming using Modern C++](ipdps19.pdf)," IEEE International Parallel and Distributed Processing Symposium (IPDPS), pp. 974-983, Rio de Janeiro, Brazil, 2019
- Chun-Xun Lin, Tsung-Wei Huang, Guannan Guo, and Martin Wong, "[A Modern C++ Parallel Task Programming Library](mm19.pdf)," ACM Multimedia Conference (MM), pp. 2284-2287, Nice, France, 2019
- Chun-Xun Lin, Tsung-Wei Huang, Guannan Guo, and Martin Wong, "[An Efficient and Composable Parallel Task Programming Library](hpec19.pdf)," IEEE High-performance and Extreme Computing Conference (HPEC), pp. 1-7, Waltham, MA, 2019
@section RefJournal Journal
- Dian-Lun Lin and Tsung-Wei Huang, "[Accelerating Large Sparse Neural Network Inference using GPU Task Graph Parallelism](https://tsung-wei-huang.github.io/papers/tpds22-snig.pdf)," IEEE Transactions on Parallel and Distributed Systems (TPDS), vol. 33, no. 11, pp. 3041-3052, Nov 2022
- Tsung-Wei Huang, Dian-Lun Lin, Chun-Xun Lin, and Yibo Lin, "[Taskflow: A Lightweight Parallel and Heterogeneous Task Graph Computing System](https://tsung-wei-huang.github.io/papers/tpds21-taskflow.pdf)," IEEE Transactions on Parallel and Distributed Systems (TPDS), vol. 33, no. 6, pp. 1303-1320, June 2022
- Tsung-Wei Huang, Dian-Lun Lin, Yibo Lin, and Chun-Xun Lin, "[Cpp-Taskflow: A General-purpose Parallel %Task Programming System at Scale](tcad21-taskflow.pdf)," IEEE Transactions on Computer-aided Design of Integrated Circuits and Systems (TCAD), vol. 40, no.8, 2021
@section RefRecognition Recognition
- Champion of %Graph Challenge at the 2020 IEEE High-performance Extreme Computing Conference
- Second Prize of Open-Source Software Competition at the 2019 ACM Multimedia Conference
- ACM SIGDA Outstanding PhD Dissertation Award at the 2019 ACM/IEEE Design Automation Conference
- Best Poster Award at the 2018 Official C++ Conference, voted by hundreds of C++ professionals
*/
}