ggeo <[email protected]> writes: > Hello , if i use cache_dir=False ,i deactivate the cache memory ,right? > > And then, my program should run more slowly,right?
No. You might see a slight delay for recompilation, but the overall execution speed (especially on the device) should be the same. Especially when nvcc is already in your OS cache, the recompilation might be very quick for small programs. Andreas _______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
