[Mlir-commits] [mlir] [mlir][tensor][linalg] Move Pack/Unpack Ops to Linalg (PR #123902)

Andrzej WarzyƄski llvmlistbot at llvm.org
Tue Feb 11 02:56:13 PST 2025


================
@@ -483,3 +483,13 @@ PackingMetadata mlir::computePackingMetadata(int64_t packedRank,
   }
   return res;
 }
+
+OpFoldResult mlir::reshapeConstantSource(DenseElementsAttr source,
----------------
banach-space wrote:

Note that I create a declaration in this header file:
* mlir/include/mlir/Dialect/Utils/ReshapeOpsUtils.h

That's where the comment got relocated :)

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


More information about the Mlir-commits mailing list