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

Clarify what CL object equality means

parent 8fdafb81
No related branches found
No related tags found
No related merge requests found
.. |comparable| replace:: Instances of this class are hashable, and two
instances of this class may be compared using *"=="* and *"!="*.
(Hashability was added in version 2011.2.)
(Hashability was added in version 2011.2.) Two objects are considered
the same if the underlying OpenCL object is the same, as established
by C pointer equality.
.. |buf-iface| replace:: must implement the Python buffer interface.
(e.g. by being an :class:`numpy.ndarray`)
......
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