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

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


================
@@ -3616,6 +3604,78 @@ Speculation::Speculatability MatmulOp::getSpeculatability() {
 //===----------------------------------------------------------------------===//
 // PackOp/UnPackOp Common
 //===----------------------------------------------------------------------===//
+// FIXME: Duplicates similar hook from TensorOps.cpp!
----------------
banach-space wrote:

I've already removed one of these (`getNewMixedTileSizes` was no longer needed in `Tensor`). For more changes, I've extracted this pre-processing step:
* https://github.com/llvm/llvm-project/pull/126802

Once that lands, I will rebase this PR and `FIXME`s will be gone.

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


More information about the Mlir-commits mailing list