Skip to content
Snippets Groups Projects
Commit edabcfed authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix missing space in doctest

parent 8ac7cbc2
No related branches found
No related tags found
No related merge requests found
......@@ -1128,7 +1128,7 @@ to the right by 1:
>>> cgr = lp.generate_code_v2(knl)
Traceback (most recent call last):
...
MissingBarrierError: Dependency 'rotate depends on maketmp' (for variable 'arr') requires synchronization by a global barrier (add a 'no_sync_with' instruction option to state that nosynchronization is needed)
MissingBarrierError: Dependency 'rotate depends on maketmp' (for variable 'arr') requires synchronization by a global barrier (add a 'no_sync_with' instruction option to state that no synchronization is needed)
Because of the write-after-read dependency in global memory, a global barrier
needs to be inserted. This can be accomplished with a ``... gbarrier``
......
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