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 difference)
|
Revision as of 14:58, 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)
- Optimize the bottleneck
- valider le code sortant
- reprendre à partir de 1