All translations
Jump to navigation
Jump to search
Enter a message name below to show all available translations.
Found 2 translations.
Name | Current message text |
---|---|
h English (en) | == 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 |
h French (fr) | == Porter du code sur un accélérateur == On peut considérer ceci comme étant une phase du processus d'optimisation. Un cas type est constitué des étapes suivantes : # profiler le code # identifier les goulots d'étranglement (''bottlenecks'') # remplacer le plus important goulot d'étranglement par du code optimisé # valider le code sortant # reprendre à partir de l'étape 1 |