From dc76ea6cc1e77bb7a70fbea58dbb133d0ccaae0b Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Wed, 7 Sep 2022 17:34:18 -0500 Subject: [PATCH] Add changelog entry for 2022.2 --- doc/misc.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/misc.rst b/doc/misc.rst index c93db1048..0ebd67346 100644 --- a/doc/misc.rst +++ b/doc/misc.rst @@ -282,6 +282,13 @@ other software to be turned into the corresponding :mod:`pyopencl` objects. User-visible Changes ==================== +Version 2022.2 +-------------- + +- Added :ref:`opaque-style SVM ` and :class:`pyopencl.SVMPointer`. +- Added :class:`pyopencl.tools.SVMPool`. +- Added automatic queue-synchronized deallocation of SVM. + Version 2020.3 -------------- .. note::