How to force recompilation?

Hi,

I’ve also started to work with OpenCL and need some infos like the numbers of registers, shared memory, etc… so I saw that you used the flag -cl-nv-verbose which gives me the infos, but like most of you, I only get the infos on the first run. Did you find another method to force recompilation without deleting manually the folder ./nv/ComputeCache?
I hope you’ll be able to help.
Thanks.
Best regards,

Ash

Hi,
Got my answer on the forum, it’s thanks to the environment variable : CL_DISABLE_CACHING that should be set to 1 to avoid cache.
Regards,

Ash