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

Fix op fusion issue #21

Merged
merged 2 commits into from
Oct 28, 2024
Merged

Fix op fusion issue #21

merged 2 commits into from
Oct 28, 2024

Conversation

Binyang2014
Copy link
Collaborator

For case: op2.prev = [op1, op3]. op1.next = [op2]. op3.next = [op2]. And op1 and op2 are satisfied to merge.
We only apply the merge if all previous ops of op2 are visited after the merge. Make sure the results are respected to users' algo

@Binyang2014 Binyang2014 requested a review from yzygitzh October 28, 2024 03:20
@Binyang2014 Binyang2014 merged commit 79ed5ae into main Oct 28, 2024
15 checks passed
@Binyang2014 Binyang2014 deleted the binyli/fusion branch October 28, 2024 03:40
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