Skip to content

FindCUDA: Update to work with clcache.exe

Edward Z. Yang requested to merge ezyang/cmake:pr/nvcc-clcache-support into master

If you try to use nvcc with clcache.exe, it will barf, saying that clcache.exe is not supported. This is not a good outcome. Use cl.exe as the host compiler in this case!

Topic-rename: FindCUDA-nvcc-clcache-support

Edited by Brad King

Merge request reports