Translations:OpenACC Tutorial - Introduction/9/fr
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:
- profiler le code
- identifier les goulots d'étranglement (bottlenecks)
- Optimize the bottleneck
- valider le code sortant
- reprendre à partir de 1