paper-with-me

Papers

Taskflow: A Lightweight Parallel and Heterogeneous Task Graph Computing System

2020-04-23 · Tsung-Wei Huang, Dian-Lun Lin, Chun-Xun Lin, Yibo Lin

Taskflow aims to streamline the building of parallel and heterogeneous applications using a lightweight task graph-based approach. Taskflow introduces an expressive task graph programming model to assist developers in the implementation of parallel and heterogeneous decomposition strategies on a heterogeneous computing platform. Our programming model distinguishes itself as a very general class of task graph parallelism with in-graph control flow to enable end-to-end parallel optimization. To support our model with high performance, we design an efficient system runtime that solves many of the new scheduling challenges arising out of our models and optimizes the performance across latency, energy efficiency, and throughput. We have demonstrated the promising performance of Taskflow in real-world applications. As an example, Taskflow solves a large-scale machine learning workload up to 29% faster, 1.5x less memory, and 1.9x higher throughput than the industrial system, oneTBB, on a machine of 40 CPUs and 4 GPUs. We have opened the source of Taskflow and deployed it to large numbers of users in the open-source community.

📄 PDF Abstract BibTeX arXiv:2004.10908

Code (3)

taskflow/taskflow 공식 구현 tf
cpp-taskflow/cpp-taskflow tf
ojassm/stabletaskflow3 tf

Tasks

Scheduling

Similar Papers 제목 키워드 기반

A Low-Cost, Controllable and Interpretable Task-Oriented Chatbot: With Real-World After-Sale Services as Example

2022-05-13 · Xiangyu Xi, Chenxu Lv, Yuncheng Hua, Wei Ye 외

Though widely used in industry, traditional task-oriented dialogue systems suffer from three bottlenecks: (i) difficult ontology construction (e.g., intents and slots); (ii) poor controllability and interpretability; (ii…

ChatbotTask-Oriented Dialogue Systems

ERMIA: Fast Memory-Optimized Database System forHeterogeneous Workloads

2016-06-01 · SIGMOD 2016 6 · Kangnyeon Kim, Tianzheng Wang, Ryan Johnson, Ippokratis Pandis

Large main memories and massively parallel processors have triggered not only a resurgence of high-performance transaction processing systems optimized for large main-memory and massively parallel processors, but also an…

Dolphin: Document Image Parsing via Heterogeneous Anchor Prompting

2025-05-20 · Hao Feng, Shu Wei, Xiang Fei, Wei Shi 외

Document image parsing is challenging due to its complexly intertwined elements such as text paragraphs, figures, formulas, and tables. Current approaches either assemble specialized expert models or directly generate pa…

Gegelati: Lightweight Artificial Intelligence through Generic and Evolvable Tangled Program Graphs

2020-12-15 · Karol Desnos, Nicolas Sourbier, Pierre-Yves Raumer, Olivier Gesny 외

Tangled Program Graph (TPG) is a reinforcement learning technique based on genetic programming concepts. On state-of-the-art learning environments, TPGs have been shown to offer comparable competence with Deep Neural Net…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Heterogeneous Network Motifs

2019-01-28 · Ryan A. Rossi, Nesreen K. Ahmed, Aldo Carranza, David Arbour 외

Many real-world applications give rise to large heterogeneous networks where nodes and edges can be of any arbitrary type (e.g., user, web page, location). Special cases of such heterogeneous graphs include homogeneous g…