Hello , if i use cache_dir=False ,i deactivate the cache memory ,right?

And then, my program should run more slowly,right?

But i see that it has no difference in time.Maybe this is due to low memory
consum from my program?

For example, i have memory consum  208Mbytes.

(i calculate memory consum using 

mem_finish=drv.mem_get_info()
print("free   ","  total ")
print(mem_finish)
print("memory consum (bytes) = ",mem_finish[1]-mem_finish[0])

)

Is this right?

Thanks!




--
View this message in context: 
http://pycuda.2962900.n2.nabble.com/question-about-cache-dir-False-tp7574840.html
Sent from the PyCuda mailing list archive at Nabble.com.

_______________________________________________
PyCUDA mailing list
[email protected]
http://lists.tiker.net/listinfo/pycuda

Reply via email to