[PATCH] D108239: [CUDA] Add support for CUDA-11.4.
Artem Belevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 18 11:20:52 PDT 2021
tra added inline comments.
================
Comment at: clang/lib/Basic/Targets/NVPTX.cpp:48-49
PTXVersion = llvm::StringSwitch<unsigned>(Feature)
+ .Case("+ptx72", 74)
+ .Case("+ptx71", 73)
.Case("+ptx72", 72)
----------------
Hahnfeld wrote:
> Do you mean `+ptx74` and `+ptx73`?
Fixed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108239/new/
https://reviews.llvm.org/D108239
More information about the llvm-commits
mailing list