CUDA tutorial/fr: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 137: Line 137:
c[blockIdx.x] = a[blockIdx.x] + b[blockIdx.x];
c[blockIdx.x] = a[blockIdx.x] + b[blockIdx.x];
</syntaxhighlight>
</syntaxhighlight>
où blockIdx.x est le numéro unique identifiant un bloc CUDA. De cetta manière, chaque bloc CUDA ajoute une valeur de a[ ] à b[ ].
où blockIdx.x est le numéro unique identifiant un bloc CUDA. De cette manière, chaque bloc CUDA ajoute une valeur de a[ ] à b[ ].
[[File:Cuda-blocks-parallel.png|thumbnail|Parallélisation basée sur les blocs. ]]
[[File:Cuda-blocks-parallel.png|thumbnail|Parallélisation basée sur les blocs. ]]


rsnt_translations
56,430

edits