Ignore:
Timestamp:
Feb 15, 2011, 4:06:31 PM (13 years ago)
Author:
coach
Message:

minor

M anr/section-objectif.tex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anr/section-objectif.tex

    r340 r377  
    1010
    1111% les objectifs scientifiques/techniques du projet.
    12 The design steps are presented figure~\ref{coach-flow}.
     12The design steps are presented in figure~\ref{coach-flow}.
    1313The end-user input is
    14 either a HPC application (an application running on a PC that must be accelerated),
     14either an HPC application (an application running on a PC that must be accelerated),
    1515or an embedded application (a standalone application),
    1616or a  sub-system application of a larger design.
     
    7676    COACH will provide a tool which will automatically explore the coprocessor micro-architectural design space.
    7777\item[\textit{High-level code transformation}]:
    78     COACH will allow to optimize the memory usage, to enhance the parallelism through
     78    COACH will allow optimization of the memory usage, enhancing the parallelism through
    7979    loop transformations and parallelization. The challenge is to identify the coarse
    8080    grained parallelism and to generate,
    81     from a sequential algorithm, application containing multiple communicating
    82     tasks. COACH will adapt techniques which were developed in the 1990 for
     81    from a sequential algorithm, an application containing multiple communicating processes.
     82    COACH will adapt techniques which were developed in the 1990 for
    8383    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 with
     84    several original problems to be solved, related to the  FIFO communication channels and to
    8585    memory optimization.
    8686    COACH will support code transformation by providing a source to source C2C tool.
Note: See TracChangeset for help on using the changeset viewer.