Skip to content
Snippets Groups Projects
Commit 9a6138b9 authored by James Stevens's avatar James Stevens
Browse files

fixed spelling in tutorial

parent dd31cce5
No related branches found
No related tags found
No related merge requests found
...@@ -835,7 +835,7 @@ The loopy kernels we have seen thus far have consisted only of assignments ...@@ -835,7 +835,7 @@ The loopy kernels we have seen thus far have consisted only of assignments
from one global-memory storage location to another. Sometimes, computation from one global-memory storage location to another. Sometimes, computation
results obviously get reused, so that recomputing them or even just results obviously get reused, so that recomputing them or even just
re-fetching them from global memory becomes uneconomical. Loopy has re-fetching them from global memory becomes uneconomical. Loopy has
a number of different ways of adressing this need. a number of different ways of addressing this need.
Explicit private temporaries Explicit private temporaries
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...@@ -1320,7 +1320,7 @@ With this parallelization, consecutive threads will access consecutive array ele ...@@ -1320,7 +1320,7 @@ With this parallelization, consecutive threads will access consecutive array ele
~~~~~~~~~~~ ~~~~~~~~~~~
To produce *nonconsecutive* array accesses, we'll switch the inner and outer tags in our parallization of the kernel: To produce *nonconsecutive* array accesses, we'll switch the inner and outer tags in our parallelization of the kernel:
.. doctest:: .. doctest::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment