Changeset 377 for anr/section-objectif.tex
- Timestamp:
- Feb 15, 2011, 4:06:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anr/section-objectif.tex
r340 r377 10 10 11 11 % les objectifs scientifiques/techniques du projet. 12 The design steps are presented figure~\ref{coach-flow}.12 The design steps are presented in figure~\ref{coach-flow}. 13 13 The end-user input is 14 either a HPC application (an application running on a PC that must be accelerated),14 either an HPC application (an application running on a PC that must be accelerated), 15 15 or an embedded application (a standalone application), 16 16 or a sub-system application of a larger design. … … 76 76 COACH will provide a tool which will automatically explore the coprocessor micro-architectural design space. 77 77 \item[\textit{High-level code transformation}]: 78 COACH will allow to optimize the memory usage, to enhancethe parallelism through78 COACH will allow optimization of the memory usage, enhancing the parallelism through 79 79 loop transformations and parallelization. The challenge is to identify the coarse 80 80 grained parallelism and to generate, 81 from a sequential algorithm, a pplication containing multiple communicating82 tasks.COACH will adapt techniques which were developed in the 1990 for81 from a sequential algorithm, an application containing multiple communicating processes. 82 COACH will adapt techniques which were developed in the 1990 for 83 83 the construction of distributed programs. However, in the context of HLS, there are 84 several original problems to be solved, related to the FIFO communication channels and with84 several original problems to be solved, related to the FIFO communication channels and to 85 85 memory optimization. 86 86 COACH will support code transformation by providing a source to source C2C tool.
Note: See TracChangeset
for help on using the changeset viewer.