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

Renato Golin llvmlistbot at llvm.org
Sat Jan 25 12:54:41 PST 2025


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

Is the comment not relevant any more?

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


More information about the Mlir-commits mailing list