This revision was automatically updated to reflect the committed changes.
Closed by commit rL312734: [CUDA] Added rudimentary support for CUDA-9 and
sm_70. (authored by tra).
Changed prior to commit:
https://reviews.llvm.org/D37576?vs=114206&id=114216#toc
Repository:
rL LLVM
https://reviews
jlebar accepted this revision.
jlebar added a comment.
This revision is now accepted and ready to land.
Looks great.
https://reviews.llvm.org/D37576
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listin
tra updated this revision to Diff 114206.
tra added a comment.
Added tests for sm_70 support.
https://reviews.llvm.org/D37576
Files:
clang/include/clang/Basic/Cuda.h
clang/lib/Basic/Cuda.cpp
clang/lib/Basic/Targets/NVPTX.cpp
clang/lib/Driver/ToolChains/Cuda.cpp
clang/lib/Headers/__cla
tra created this revision.
Herald added subscribers: hiraditya, sanjoy, jholewinski.
For now CUDA-9 is not included in the list of CUDA versions clang
searches for, so the path to CUDA-9 must be explicitly passed
via --cuda-path=.
On LLVM side NVPTX added sm_70 GPU type which bumps required
PTX v