Skip to content
Snippets Groups Projects
Commit e39cc90f authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Document map_to_host

parent b3a8226d
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,10 @@ Version 2013.2
This version is currently under development. You can get snapshots from
PyOpenCL's `git repository <https://github.com/inducer/pyopencl>`_
* Add :meth:`pyopencl.array.Array.map_to_host`.
* Support *strides* on :func:`pyopencl.enqueue_map_buffer` and
:func:`pyopencl.enqueue_map_image`.
Version 2013.1
--------------
......
......@@ -351,6 +351,8 @@ class Array(object):
.. automethod :: setitem
.. automethod :: map_to_host
.. rubric:: Comparisons, conditionals, any, all
.. versionadded:: 2013.2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment