This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9a01cca66036: Add support for CUDA-11.8 and sm_{87,89,90}
GPUs. (authored by tra).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
tra updated this revision to Diff 466171.
tra added a comment.
Updated a failing test.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135306/new/
https://reviews.llvm.org/D135306
Files:
clang/docs/ReleaseNotes.rst
clang/include/clang/Basic/Buil
tra updated this revision to Diff 465800.
tra added a comment.
rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135306/new/
https://reviews.llvm.org/D135306
Files:
clang/docs/ReleaseNotes.rst
clang/include/clang/Basic/BuiltinsNVPTX.def
c
yaxunl accepted this revision.
yaxunl added a comment.
This revision is now accepted and ready to land.
LGTM. Thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135306/new/
https://reviews.llvm.org/D135306
__
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
CH
tra updated this revision to Diff 465612.
tra added a comment.
fixed typos.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135306/new/
https://reviews.llvm.org/D135306
Files:
clang/docs/ReleaseNotes.rst
clang/include/clang/Basic/BuiltinsNVPTX.d
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:
tra created this revision.
Herald added subscribers: mattd, gchakrabarti, asavonic, bixia, hiraditya,
yaxunl.
Herald added a project: All.
tra updated this revision to Diff 465512.
tra added a comment.
tra updated this revision to Diff 465557.
tra updated this revision to Diff 465577.
tra updated