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

minor re-wording

parent 5532b64e
No related branches found
No related tags found
No related merge requests found
......@@ -1466,9 +1466,9 @@ Now to make things more interesting, we'll create a kernel with barriers:
In this kernel, when a thread performs the second instruction it uses data produced
by *different* threads during the first instruction. For correct execution barriers
are required, so loopy inserts them. Now we'll count the barriers using
:func:`loopy.get_barrier_poly`:
by *different* threads during the first instruction. Because of this, barriers are
required for correct execution, so loopy inserts them. Now we'll count the barriers
using :func:`loopy.get_barrier_poly`:
.. 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