[PATCH] D135306: [CUDA] Add support for CUDA-11.8 and sm_{87,89,90} GPUs.
Yaxun Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 5 17:14:15 PDT 2022
yaxunl added inline comments.
================
Comment at: clang/include/clang/Basic/BuiltinsNVPTX.def:30-32
+#define SM_89 "sm_87|" SM_90
+#define SM_87 "sm_89|" SM_89
+#define SM_86 "sm_89|" SM_87
----------------
typo?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135306/new/
https://reviews.llvm.org/D135306
More information about the llvm-commits
mailing list