Translations:OpenACC Tutorial - Introduction/9/fr

From Alliance Doc
Revision as of 14:58, 14 February 2017 by Diane27 (talk | contribs) (Created page with "== 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 follo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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. Optimize the bottleneck
  4. valider le code sortant
  5. reprendre à partir de 1