Add TMA store operation in nvvm dialect which is previously missed and corresponds to TMA load.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks awesome! Thanks for adding that!
Just a quick heads-up, we don't compile and test all the way to SASS in these test codes. Sometimes, PTX can be generated perfectly with inline assembly, but it might not be valid code, so SASS compilation could fail. I believe the PTX you add is correct, but it's always good to be cautious.
(By the way, we're transitioning to GitHub PRs, so think about opening one for your next contribution!)