[Mlir-commits] [mlir] [mlir][amdgpu] Lower amdgpu.make_dma_base (PR #169817)

Erick Ochoa Lopez llvmlistbot at llvm.org
Tue Dec 2 10:42:27 PST 2025


================
@@ -1230,14 +1230,13 @@ def AMDGPU_ScaledMFMAOp :
 def AMDGPU_MakeDmaBaseOp :
     AMDGPU_Op<"make_dma_base", [Pure, AttrSizedOperandSegments]>,
     Arguments<(ins
-                   Arg<AnyMemRef, "buffer to read from">:$src,
-                   Variadic<Index>:$src_indices,
-                   Arg<AnyMemRef, "buffer to write to">:$dst,
-                   Variadic<Index>:$dst_indices)>,
+                   Arg<AnyMemRef>:$lds,
+                   Variadic<Index>:$lds_indices,
+                   Arg<AnyMemRef>:$global,
----------------
amd-eochoalo wrote:

Thanks! I've implemented the changes and will merge after the test pass. On to the next! https://github.com/llvm/llvm-project/pull/169817/commits/3d62b5406f6579869353992ec9b5a48ca88b85b9 https://github.com/llvm/llvm-project/pull/169817/commits/46db2e4ea0c2c5ca4bc9f4df8709409478f4cb9e

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


More information about the Mlir-commits mailing list