[PATCH] D21778: [CUDA] Add support for CUDA 8 and sm_60-62.

Justin Lebar via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 6 14:16:06 PDT 2016


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





More information about the cfe-commits mailing list