diff --git a/doc/tutorial.rst b/doc/tutorial.rst index 09fa1f00ac3121d942db6fc100df88406fa730b1..38635ee5e9965638adba4210e902af40155e7633 100644 --- a/doc/tutorial.rst +++ b/doc/tutorial.rst @@ -1074,9 +1074,9 @@ Synchronization .. {{{ -In OpenCL, memory operations are not generally guaranteed to be immediately -visible to other work items. In order to ensure that memory is consistent across -work items, some sort of synchronization operation is used. +In OpenCL, writes are not generally guaranteed to be immediately visible to +other work items. In order to ensure that memory is consistent across work +items, some sort of synchronization operation is used. :mod:`loopy` supports synchronization in the form of *barriers* or *atomic operations*.