TL;DR
PRUNE introduces a dynamic, decidable dataflow model for signal processing on heterogeneous platforms, enabling full utilization of CPUs and GPUs with guaranteed deadlock freedom and bounded memory, demonstrated through real-world applications.
Contribution
It presents a novel dynamic dataflow model and formal design rules that ensure decidability and analyzability for heterogeneous signal processing applications.
Findings
Outperforms state-of-the-art in analyzability, flexibility, and performance.
Enables full utilization of heterogeneous CPU and GPU resources.
Provides a practical open-source environment for complex signal processing applications.
Abstract
The majority of contemporary mobile devices and personal computers are based on heterogeneous computing platforms that consist of a number of CPU cores and one or more Graphics Processing Units (GPUs). Despite the high volume of these devices, there are few existing programming frameworks that target full and simultaneous utilization of all CPU and GPU devices of the platform. This article presents a dataflow-flavored Model of Computation (MoC) that has been developed for deploying signal processing applications to heterogeneous platforms. The presented MoC is dynamic and allows describing applications with data dependent run-time behavior. On top of the MoC, formal design rules are presented that enable application descriptions to be simultaneously dynamic and decidable. Decidability guarantees compile-time application analyzability for deadlock freedom and bounded memory. The…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
