From 5c9715c502a79f8b0d33b95bea96887d6a9d441f Mon Sep 17 00:00:00 2001 From: Matt Wala <wala1@illinois.edu> Date: Mon, 23 Jan 2017 10:18:25 -0600 Subject: [PATCH] Revert "for -> due to" (I changed my mind) This reverts commit d51b26167417e75165ef113060df007b4e2dc2e7. --- doc/ref_kernel.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref_kernel.rst b/doc/ref_kernel.rst index e6447a6f5..867443408 100644 --- a/doc/ref_kernel.rst +++ b/doc/ref_kernel.rst @@ -249,7 +249,7 @@ These are usually key-value pairs. The following attributes are recognized: dependencies. * ``nosync=id1:id2`` prescribes that no barrier synchronization is necessary - due to the instructions with identifiers ``id1`` and ``id2``, even if a + for the instructions with identifiers ``id1`` and ``id2``, even if a dependency chain exists and variables are accessed in an apparently racy way. -- GitLab