I am trying to run NVCC to compile a CUDA program on my Mac.
When I try to run NVCC, I am receiving the following error: \"nvcc fatal : The version (\'70300\') of
I would try homebrew's version of llvm, it works for me. brew install llvm37
brew install llvm37
Then, set your compiler to homebrew's clang: /usr/local/bin/clang++-3.7 or whatever respondes to which clang++-3.7
which clang++-3.7
That way you can leave your OS X dev environment defaults as they are.