Translations:OpenACC Tutorial - Introduction/9/fr

Revision as of 15:56, 14 February 2017 by Diane27 (talk | contribs)

Porter du code sur un accélérateur

Porting a code to accelerators can be seen as a phase of an optimization process. A typical optimization process will have the following steps:

  1. profiler le code
  2. identifier les goulots d'étranglement (bottlenecks)
  3. réduire les goulots d'étranglement
  4. valider le code sortant
  5. reprendre à partir de 1