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

Doc/description improvements.

parent 28fca4f0
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,8 @@ What makes PyOpenCL special?
freed.
* Completeness. PyOpenCL puts the full power of OpenCL's API at your
disposal, if you wish.
disposal, if you wish. Every obscure `get_info()` query and
all CL calls are accessible.
* Automatic Error Checking. All errors are automatically translated
into Python exceptions.
......
......@@ -76,7 +76,8 @@ def main():
allocated in it is also freed.
* Completeness. PyOpenCL puts the full power of OpenCL's API at
your disposal, if you wish.
your disposal, if you wish. Every obscure `get_info()` query and
all CL calls are accessible.
* Automatic Error Checking. All CL errors are automatically
translated into Python exceptions.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment