Skip to content
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

[Dispatch] Disable UnpackLikeOp+ExtractSlice fusion. #19408

Merged
merged 1 commit into from
Dec 8, 2024

Conversation

hanhanW
Copy link
Contributor

@hanhanW hanhanW commented Dec 6, 2024

It is no longer needed because unset_encoding ops carries the slicing semantics. Instead of adding complexity on the checks (whether the consumer is rank-reducing slice or not), we can disable the fusion at all.

The revision updates the test cases that were created before the unset_encoding evolution and add a negative test for the issue.

Fixes #19386

It is no longer needed because unset_encoding ops carries the slicing
semantics. Instead of adding complexity on the checks (whether the
consumer is rank-reducing slice or not), we can disable the fusion at
all.

Signed-off-by: hanhanW <hanhan0912@gmail.com>
Copy link
Contributor

@pashu123 pashu123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@hanhanW hanhanW merged commit 39c56de into iree-org:main Dec 8, 2024
36 of 38 checks passed
@hanhanW hanhanW deleted the issue19386 branch December 8, 2024 03:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

error: One or more operations with large vector sizes (16384 bytes) were found
3 participants