Skip to content
Snippets Groups Projects

Support vector arguments with offset in scan kernels.

Merged Matt Wala requested to merge vectorarg-with-offset-for-scan into master
All threads resolved!
Files
3
+ 5
1
@@ -209,7 +209,7 @@ other software to be turned into the corresponding :mod:`pyopencl` objects.
User-visible Changes
====================
Version 2017.2
Version 2018.2
--------------
.. note::
@@ -217,6 +217,10 @@ Version 2017.2
This version is currently under development. You can get snapshots from
PyOpenCL's `git repository <https://github.com/inducer/pyopencl>`_
* Use pybind11.
* Many bug fixes.
* Support arrays with offsets in scan kernels.
Version 2018.1
--------------
Loading