c++ - Error "nvcc cannot find a supported cl version" when compiling CUDA 5 with VS2012 -
i followed instructions here compile cuda 5 visual studio 2012 i'm still receiving this:
nvcc : fatal error : nvcc cannot find supported cl version. msvc 9.0 , msvc 10.0 supported
what cause problem?
seems if code using dynamic parallelism need use msvc2010
Comments
Post a Comment