[Mlir-commits] [mlir] [mlir][linalg] Add pattern to bubble-up pack through expand shape op (PR #93529)
Han-Chung Wang
llvmlistbot at llvm.org
Tue Jun 25 11:32:28 PDT 2024
================
----------------
hanhanW wrote:
> Interesting, looking at the stack dump it's calling bubbleUpPackOpThroughCollapseShape which is unrelated and should be untouched by this PR.
There could be few issues. The propagation through expand_shape op changes the graph and trigger the failure. The issue could be either in expand_shape patterns or collapse_shape patterns.
https://github.com/llvm/llvm-project/pull/93529
More information about the Mlir-commits
mailing list