This revision was automatically updated to reflect the committed changes.
Closed by commit rG49d982d8cbbb: [CUDA] Add support for CUDA-11.4 (authored by
tra).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108239/new/
https://reviews.llvm.org/D108239
tra added inline comments.
Comment at: clang/lib/Basic/Targets/NVPTX.cpp:48-49
PTXVersion = llvm::StringSwitch(Feature)
+ .Case("+ptx72", 74)
+ .Case("+ptx71", 73)
.Case("+ptx72", 72)
Hahnfeld wro
tra updated this revision to Diff 367267.
tra added a comment.
Fixed typos
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108239/new/
https://reviews.llvm.org/D108239
Files:
clang/include/clang/Basic/Cuda.h
clang/lib/Basic/Cuda.cpp
clang/lib/
Hahnfeld added a comment.
I didn't follow the recent CUDA support in Clang very closely, but this makes
sense to me.
Comment at: clang/lib/Basic/Targets/NVPTX.cpp:48-49
PTXVersion = llvm::StringSwitch(Feature)
+ .Case("+ptx72", 74)
+
tra created this revision.
tra added a reviewer: yaxunl.
Herald added subscribers: dexonsmith, bixia, hiraditya, jholewinski.
tra requested review of this revision.
Herald added projects: clang, LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.l