[Mlir-commits] [mlir] [mlir][linalg] convert arith ops to destination-passing-style. (PR #157854)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Wed Sep 10 06:58:36 PDT 2025
================
@@ -603,6 +612,56 @@ Value linalg::bufferizeToAllocation(
}
namespace {
+template <typename OpTy>
----------------
banach-space wrote:
DOCUMENTME :)
https://github.com/llvm/llvm-project/pull/157854
More information about the Mlir-commits
mailing list