-
- Downloads
Work towards version 0.91. (+)
* Add a test suite. * Fix numerous `get_info` bugs. (reports by David Garcia and the test suite) * Add :meth:`pyopencl.ImageFormat.__repr__`. * Add :meth:`pyopencl.addressing_mode.to_string` and colleagues. * The `pitch` arguments to· :func:`pyopencl.create_image_2d`, :func:`pyopencl.create_image_3d`, :func:`pyopencl.enqueue_read_image`, and :func:`pyopencl.enqueue_write_image` are now defaulted to zero. The argument order of `enqueue_{read,write}_image` has changed for this reason. * :meth:`pyopencl.MemoryObject.get_image_info` now actually exists. * Add :meth:`pyopencl.MemoryObject.image`.
Showing
- doc/make_constants.py 7 additions, 1 deletiondoc/make_constants.py
- doc/source/misc.rst 28 additions, 1 deletiondoc/source/misc.rst
- doc/source/reference.rst 26 additions, 7 deletionsdoc/source/reference.rst
- examples/benchmark-all.py 1 addition, 7 deletionsexamples/benchmark-all.py
- pyopencl/__init__.py 65 additions, 1 deletionpyopencl/__init__.py
- pyopencl/version.py 2 additions, 2 deletionspyopencl/version.py
- setup.py 1 addition, 0 deletionssetup.py
- src/wrapper/wrap_cl.cpp 17 additions, 10 deletionssrc/wrapper/wrap_cl.cpp
- src/wrapper/wrap_cl.hpp 29 additions, 13 deletionssrc/wrapper/wrap_cl.hpp
- src/wrapper/wrap_helpers.hpp 8 additions, 0 deletionssrc/wrapper/wrap_helpers.hpp
- test/test_wrapper.py 155 additions, 0 deletionstest/test_wrapper.py
Loading
Please register or sign in to comment