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

From Alliance Doc
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 edit summary
Line 3: Line 3:
# profiler le code
# profiler le code
# identifier les goulots d'étranglement (''bottlenecks'')
# identifier les goulots d'étranglement (''bottlenecks'')
# Optimize the bottleneck
# réduire les goulots d'étranglement
# valider le code sortant
# valider le code sortant
# reprendre à partir de 1
# reprendre à partir de 1

Revision as of 15:56, 14 February 2017

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

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:

  1. profiler le code
  2. identifier les goulots d'étranglement (bottlenecks)
  3. réduire les goulots d'étranglement
  4. valider le code sortant
  5. reprendre à partir de 1