jlebar added a comment. > They will need to wait for corresponding patch on LLVM side to deal with new > SM variants, though.
This is in now, http://reviews.llvm.org/D22068. ================ Comment at: lib/Driver/ToolChains.cpp:1715 @@ -1714,2 +1714,3 @@ CudaPathCandidates.push_back(D.SysRoot + "/usr/local/cuda"); + CudaPathCandidates.push_back(D.SysRoot + "/usr/local/cuda-8.0"); CudaPathCandidates.push_back(D.SysRoot + "/usr/local/cuda-7.5"); ---------------- tra wrote: > This is a bit premature as we can't compile CUDA-8 headers yet. Let's drop it > until we're ready. sgtm, removed. http://reviews.llvm.org/D21778 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits