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

[DispatchCreation] Drop fusion restriction for stride != 1 conv #19634

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

qedawkins
Copy link
Contributor

There was a restriction on aggressive fusion that prevented fusion with non-unit stride convs due to lack of support in the backend. The backend now supports such cases so we can re-enable those fusions.

There was a restriction on aggressive fusion that prevented fusion with
non-unit stride convs due to lack of support in the backend. The backend
now supports such cases so we can re-enable those fusions.
@qedawkins qedawkins merged commit 9b4906e into iree-org:main Jan 8, 2025
33 checks passed
@qedawkins qedawkins deleted the drop_vectorizable_check branch January 8, 2025 21:26
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.

2 participants