What is it about?

We want to make it easier for developers to take any C application, written in any style and for any purpose, and find an automatic method to make it go faster. We resort to accelerators, such as FPGAs, to improve the performance of key areas of the C program. However, due to the high diversity of C programs out there, we need to come up with a representation - which we call the "Extended Task Graph" - in order for us to safely and easily examine the program and figure out where the interesting bits for acceleration are.

Featured Image

Read the Original

This page is a summary of: A Flexible-Granularity Task Graph Representation and Its Generation from C Applications (WIP), June 2024, ACM (Association for Computing Machinery),
DOI: 10.1145/3652032.3657580.
You can read the full text:

Read

Contributors

The following have contributed to this page