[Mlir-commits] [mlir] [mlir][linalg] fix specialization of transposed matmul variants (PR #181387)
Renato Golin
llvmlistbot at llvm.org
Mon Feb 16 02:59:02 PST 2026
================
@@ -147,9 +147,15 @@ static LinalgOp replaceWithMatmulVariant(RewriterBase &rewriter, GenericOp op,
castAttrVec = {rewriter.getNamedAttr(
"cast", TypeFnAttr::get(rewriter.getContext(), *castTy))};
+ ArrayAttr indexingMaps = op.getIndexingMaps();
----------------
rengolin wrote:
> However im not quite sure what the error would be here?
Me neither. @javedabsar1 ?
https://github.com/llvm/llvm-project/pull/181387
More information about the Mlir-commits
mailing list