[Mlir-commits] [mlir] [mlir][linalg] fix OuterUnitDims linalg.pack decomposition pattern (PR #141613)

Han-Chung Wang llvmlistbot at llvm.org
Tue May 27 07:58:07 PDT 2025


https://github.com/hanhanW commented:

IIUC, you extend the pattern to handle the case that there are non ones in unpacked outer dimensions? I.e., should we relax the check in line 1165 - 1169? Then you are not fixing a corner case. Instead, you extend the support in general?

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


More information about the Mlir-commits mailing list