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

[UNITY][Pass] Optimize redundant layout transform ops #15678

Merged
merged 4 commits into from
Sep 12, 2023

Conversation

abhikran-quic
Copy link
Contributor

Relax AlterOpImpl pass introduces layout_transform operations. If the layouts match for consecutive layout_transform operations, they can be cancelled out. This pass tries to optimize redundant transform_layout operations.

This is also addressing P4 in #14070

Relax AlterOpImpl pass introduces layout_transform operations. If the layouts match for consecutive layout_transform operations, they can be cancelled out.
This pass tries to optimize redundant transform_layout operations.
@abhikran-quic
Copy link
Contributor Author

cc: @psrivas2 @masahi @junrushao

@masahi masahi merged commit 0e800cf into apache:unity Sep 12, 2023
5 checks passed
@abhikran-quic abhikran-quic deleted the optimize_layout_transform branch September 12, 2023 08:09
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