[llvm-branch-commits] [clang] release/20.x: [CUDA] Add support for sm101 and sm120 target architectures (#127187) (PR #127918)
Artem Belevich via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Feb 21 13:27:42 PST 2025
Artem-B wrote:
> patch is first reviewed by someone familiar with the code.
That would be me, as I am the maintainer of CUDA code and had reviewed the original PR.
> They approve the patch, and describe how the fix meets the release branch patch requirements (https://llvm.org/docs/HowToReleaseLLVM.html#release-patch-rules).
This patch fits item #3 on the rule list "or completion of features that were started before the branch was created. "
These changes allow clang users to compile CUDA code with just-released cuda-12.8 which adds these new GPU variants.
https://github.com/llvm/llvm-project/pull/127918
More information about the llvm-branch-commits
mailing list