[Mlir-commits] [mlir] [mlir][tensor][linalg] Move Pack/Unpack Ops to Linalg (PR #123902)
Renato Golin
llvmlistbot at llvm.org
Sat Jan 25 13:04:33 PST 2025
================
@@ -3616,6 +3604,78 @@ Speculation::Speculatability MatmulOp::getSpeculatability() {
//===----------------------------------------------------------------------===//
// PackOp/UnPackOp Common
//===----------------------------------------------------------------------===//
+// FIXME: Duplicates similar hook from TensorOps.cpp!
----------------
rengolin wrote:
Will these be removed from tensor or commoned up later into a shared file?
https://github.com/llvm/llvm-project/pull/123902
More information about the Mlir-commits
mailing list