OpenACC Tutorial - Adding directives/fr: Difference between revisions

Jump to navigation Jump to search
Created page with "par le code"
(Created page with "=== Produit matrice-vecteur === Revenons au cas du produit matrice-vecteur présenté plus haut. Notre recommandation pour éviter les faux alias est de définir les pointeur...")
(Created page with "par le code")
Line 203: Line 203:
   double *ycoefs=y.coefs;
   double *ycoefs=y.coefs;
</syntaxhighlight>  
</syntaxhighlight>  
by this code:
par le code  
<syntaxhighlight lang="cpp" line>
<syntaxhighlight lang="cpp" line>
   double *__restrict Acoefs=A.coefs;
   double *__restrict Acoefs=A.coefs;
rsnt_translations
56,430

edits

Navigation menu