Translations:OpenACC Tutorial - Introduction/9/en
Jump to navigation
Jump to search
Porting code to accelerators
Porting a code to accelerators can be seen as a phase of an optimization process. A typical optimization process will have the following steps:
- Profile the code
- Identify bottlenecks
- Optimize the bottleneck
- Validate the resulting code
- Start again from step 1