Translations:OpenACC Tutorial - Introduction/9/en

From Alliance Doc
Revision as of 14:21, 10 November 2016 by Fuzzybot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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:

  1. Profile the code
  2. Identify bottlenecks
  3. Optimize the bottleneck
  4. Validate the resulting code
  5. Start again from step 1