[PATCH] D121727: [NVPTX] Integrate ptxas to LIT tests

Artem Belevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 4 11:38:13 PDT 2022


tra added a comment.

In D121727#3426524 <https://reviews.llvm.org/D121727#3426524>, @asavonic wrote:

> While D122569 <https://reviews.llvm.org/D122569> is waiting for feedback or approval, I've submitted these patches to fix minor issues that were found during ptxas integration:
>
> - D123038 <https://reviews.llvm.org/D123038> [NVPTX] 64-bit atom.{and,or,xor,min,max} require sm_32 or higher
> - D123039 <https://reviews.llvm.org/D123039> [NVPTX] shfl.sync is introduced in PTX 6.0
> - D123040 <https://reviews.llvm.org/D123040> [NVPTX] .attribute(.managed) is only supported for sm_30 and PTX 4.0
> - D123041 <https://reviews.llvm.org/D123041> [NVPTX] Avoid dots in global names

Thank you for the clean-ups.
You may want to arrange the patches into a stack of related revisions (see phabricator menu on the right side of patch description).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121727/new/

https://reviews.llvm.org/D121727



More information about the llvm-commits mailing list