This revision was automatically updated to reflect the committed changes.
Closed by commit rL353232: Basic CUDA-10 support. (authored by tra, committed
by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D57771?vs=185398
tra updated this revision to Diff 185398.
tra added a comment.
Made a comment more readable.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57771/new/
https://reviews.llvm.org/D57771
Files:
clang/include/clang/Basic/Cuda.h
clang/lib/Basic/Cuda.cpp
clang/lib/CodeGen/CGCUDANV.cpp
jlebar accepted this revision.
jlebar added inline comments.
This revision is now accepted and ready to land.
Comment at: clang/lib/CodeGen/CGCUDANV.cpp:620
+
+// CUDA version requires calling __cudaRegisterFatBinaryEnd(Handle);
+if (CudaFeatureEnabled(CGM.getTarget().get
tra updated this revision to Diff 185353.
tra added a comment.
Make the function object local.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57771/new/
https://reviews.llvm.org/D57771
Files:
clang/include/clang/Basic/Cuda.h
clang/lib/Basic/Cuda.cpp
clang/lib/CodeGen/CGCUDANV.cpp
tra created this revision.
tra added a reviewer: jlebar.
Herald added subscribers: bixia, sanjoy.
https://reviews.llvm.org/D57771
Files:
clang/include/clang/Basic/Cuda.h
clang/lib/Basic/Cuda.cpp
clang/lib/CodeGen/CGCUDANV.cpp
clang/lib/Driver/ToolChains/Cuda.cpp
clang/lib/Headers/__clan