[PATCH] D135306: [CUDA] Add support for CUDA-11.8 and sm_{87,89,90} GPUs.
Artem Belevich via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 5 17:20:58 PDT 2022
tra 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
----------------
yaxunl wrote:
> typo?
Good catch. Fixed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135306/new/
https://reviews.llvm.org/D135306
More information about the cfe-commits
mailing list