cc_staff
782
edits
(Fixing another table row with translated content) |
(Marked this version for translation) |
||
Line 78: | Line 78: | ||
=== Loops vs Kernels === <!--T:8--> | === Loops vs Kernels === <!--T:8--> | ||
<!--T:57--> | |||
When the compiler reaches an OpenACC <tt>kernels</tt> directive, it will analyze the code in order to identify sections that can be parallelized. | When the compiler reaches an OpenACC <tt>kernels</tt> directive, it will analyze the code in order to identify sections that can be parallelized. | ||
This often corresponds to the body of a loop that has independent iterations. | This often corresponds to the body of a loop that has independent iterations. |