Skip to content

[Transform][Fusion] loose isTiledOpInLoop check to cover no insert_slice case #311

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

Yun-Fly
Copy link
Contributor

@Yun-Fly Yun-Fly commented Sep 2, 2024

Sometimes, the insert_slice generated by deep tiled matmul would be eliminated before fusion due to the same size of SRC and DEST.

This patch can also fix #305 .

@Yun-Fly Yun-Fly merged commit 8b4a5e7 into main Sep 2, 2024
6 checks passed
zhczhong pushed a commit that referenced this pull request Sep 2, 2024
…_slice` case (#311)

Sometimes, the `insert_slice` maybe eliminated due to the same size of `SRC` and `DEST`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BF16 MLP failed in IterativeTilingAndFusion
3 participants