[llvm] [NVPTX] Add TMA Bulk Copy Intrinsics (PR #138679)
Durgadoss R via llvm-commits
llvm-commits at lists.llvm.org
Wed May 7 01:10:27 PDT 2025
================
@@ -516,6 +516,9 @@ class CpAsyncBulkStr<bit mc, bit ch> {
string S2G = "cp.async.bulk.global.shared::cta.bulk_group"
# !if(ch, ".L2::cache_hint", "");
+ // Shared to Global memory with bytemask
+ string S2G_BM = S2G # ".cp_mask";
+
----------------
durga4github wrote:
Removed the S2G_BM variable and handling it just with S2G in the latest revision.
https://github.com/llvm/llvm-project/pull/138679
More information about the llvm-commits
mailing list