2 papers
cs.DC2022
Concurrent CPU-GPU Task Programming using Modern C++
Tsung-Wei Huang, Yibo Lin
In this paper, we introduce Heteroflow, a new C++ library to help developers quickly write parallel CPU-GPU programs using task dependency graphs. Heteroflow leverages the power of…
cs.DC2022
Pipeflow: An Efficient Task-Parallel Pipeline Programming Framework using Modern C++
Cheng-Hsiang Chiu, Tsung-Wei Huang, Zizheng Guo +1
Pipeline is a fundamental parallel programming pattern. Mainstream pipeline programming frameworks count on data abstractions to perform pipeline scheduling. This design is conveni…