From 4e2e4f3150c331680e6d9e36c59290411e4a0c40 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Thu, 29 Oct 2020 13:23:22 -0500 Subject: [PATCH] Revert "Revert "Remove disputed note about read-after-read sync, gh-303"" This reverts commit a60b4ed125fdbd38c31813bb1530826e54e610b1. --- pyopencl/array.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pyopencl/array.py b/pyopencl/array.py index d419f62b..bf58c965 100644 --- a/pyopencl/array.py +++ b/pyopencl/array.py @@ -412,12 +412,6 @@ class Array: care of its own operation ordering. The facilities in this section make this possible. - .. note:: - - Currently, read and write events are not distinguished. - As a result, e.g., read-only operations will needlessly wait on other - read-only operations (i.e., executed among asynchronous queues). - .. versionadded:: 2014.1.1 .. attribute:: events -- GitLab