Translations:OpenACC Tutorial - Introduction/9/en: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 3: Line 3:
# Profile the code
# Profile the code
# Identify bottlenecks
# Identify bottlenecks
# Optimize the bottleneck
# Optimize the most significant bottleneck
# Validate the resulting code
# Validate the resulting code
# Start again from step 1
# Start again from step 1

Latest revision as of 20:57, 30 November 2022

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (OpenACC Tutorial - Introduction)
== 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 most significant bottleneck
# Validate the resulting code
# Start again from step 1

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 most significant bottleneck
  4. Validate the resulting code
  5. Start again from step 1