diff --git a/doc/source/misc.rst b/doc/source/misc.rst index 7d1afeea23de72739d662be1c63e7a50aca23432..39cf7bb56ead98e5a82f1b3dd99c55a43f302995 100644 --- a/doc/source/misc.rst +++ b/doc/source/misc.rst @@ -87,9 +87,9 @@ Version 2013.1 for better integration of the CL and :mod:`numpy` type systems. * More/improved Bessel functions. See `the source `_. -* Add :envvar:`PYOPENCL_NO_CACHE` environment variable to aid debugging +* Add :envvar:`PYOPENCL_NO_CACHE` environment variable to aid debugging. (e.g. with AMD's CPU implementation, see - `their programming guide `_. + `their programming guide `_) * Deprecated :func:`pyopencl.tools.register_dtype` in favor of :func:`pyopencl.tools.get_or_register_dtype`. * Clean up the :class:`pyopencl.array.Array` constructor interface. Deprecate @@ -127,7 +127,7 @@ Version 2013.1 numpy.float32(5) * some_pyopencl_array may take a very long time to execute. This is because :mod:`numpy` first - builds an object array of (compute-device) scalars (!) before it decided that + builds an object array of (compute-device) scalars (!) before it decides that that's probably not such a bright idea and finally calls :meth:`pyopencl.array.Array.__rmul__`.