Jonathan Hunt <[email protected]> writes: > Hi, > > I apologize if this answer is obvious - I looked in the docs, mailing list > etc so sorry if I missed it. > > How do you disable the use the kernel caching so that you can be sure > opencl is calling the compiler. > > The reason in my case is that I'm benchmarking build times (compared > against approaches not using OpenCL) and I want to be sure I'm being "fair." > > Also, where is the cache on OS X if you want to clear it (doesn't seem to > be in /tmp or /var/tmp).
http://documen.tician.de/pyopencl/runtime.html#pyopencl.Program.build Note: "2013.1" means "current git". Andreas _______________________________________________ PyOpenCL mailing list [email protected] http://lists.tiker.net/listinfo/pyopencl
