Skip to content
Snippets Groups Projects
Unverified Commit 59018832 authored by Andreas Klöckner's avatar Andreas Klöckner Committed by GitHub
Browse files

Fix typo in env var caching docs

parent 63b0a5ed
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ Program ...@@ -10,7 +10,7 @@ Program
.. envvar:: PYOPENCL_NO_CACHE .. envvar:: PYOPENCL_NO_CACHE
By default, PyOpenCL will used cached (on disk) "binaries" returned by the By default, PyOpenCL will use cached (on disk) "binaries" returned by the
OpenCL runtime when calling :meth:`Program.build` on a program OpenCL runtime when calling :meth:`Program.build` on a program
constructed with source. (It will depend on the ICD in use how much constructed with source. (It will depend on the ICD in use how much
compilation work is saved by this.) compilation work is saved by this.)
......
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