[llvm] [NVVM][NVPTX] Add tensor map override support in S2G and Reduce intrinsics (PR #215503)

Durgadoss R via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 11 07:08:13 PDT 2026


================
@@ -2874,6 +2961,42 @@ def int_nvvm_cp_async_bulk_tensor_s2g_tile_scatter4_2d
       [llvm_i1_ty],                           // Flag for cache_hint
       [IntrConvergent, ReadOnly<ArgIndex<0>>, ReadOnly<ArgIndex<1>>]>;
 
+// TMA Tensor Copy Intrinsics: S2G -> From shared to global memory with override address variants
----------------
durga4github wrote:

nit: Copy/Reduction Intrinsics

https://github.com/llvm/llvm-project/pull/215503


More information about the llvm-commits mailing list