Translations:OpenACC Tutorial - Introduction/9/fr: Difference between revisions
Jump to navigation
Jump to search
(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...") |
No edit summary |
||
Line 3: | Line 3: | ||
# profiler le code | # profiler le code | ||
# identifier les goulots d'étranglement (''bottlenecks'') | # identifier les goulots d'étranglement (''bottlenecks'') | ||
# | # réduire les goulots d'étranglement | ||
# valider le code sortant | # valider le code sortant | ||
# reprendre à partir de 1 | # reprendre à partir de 1 |
Revision as of 15:56, 14 February 2017
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:
- profiler le code
- identifier les goulots d'étranglement (bottlenecks)
- réduire les goulots d'étranglement
- valider le code sortant
- reprendre à partir de 1