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

[compiler] Horizontal fusion #395

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

[compiler] Horizontal fusion #395

wants to merge 13 commits into from

Conversation

YellowHCH
Copy link
Collaborator

No description provided.

@YellowHCH YellowHCH changed the title Horizontal fusion [compiler] Horizontal fusion Jul 9, 2024
@YellowHCH YellowHCH marked this pull request as ready for review July 9, 2024 08:51
isa<mhlo::BroadcastInDimOp, mhlo::BroadcastOp, mhlo::ReshapeOp>(
target) ||
isa<mhlo::BroadcastInDimOp, mhlo::BroadcastOp, mhlo::ReshapeOp,
mhlo::TransposeOp>(target) ||
Copy link
Collaborator

Choose a reason for hiding this comment

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

should not fuse tranpose?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

should not fuse tranpose?

There are unsupported transpose permutation runtime error with horizontal fusion. We need to support these transpose patterns

Copy link
Collaborator Author

@YellowHCH YellowHCH Jul 9, 2024

Choose a reason for hiding this comment

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

I'd like to fix this next time

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.

3 participants