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 IterDomain::merge with expanded inner input #3316

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

naoyam
Copy link
Collaborator

@naoyam naoyam commented Oct 30, 2024

I believe this is just a trivial bug, and, luckily, I don't think it would actually affect anything. This could matter if an expanded iter domain got merged with a non-broadcast iter domain as part of a reshape op, but reshape converts expanded iter domains to non-broadcast iter domains, so this bug won't matter.

In the case of normal scheduling, whether the output of a merge with an expanded broadcast is still a broadcast or not shouldn't matter, I believe.

@naoyam
Copy link
Collaborator Author

naoyam commented Oct 30, 2024

!build --diff

@naoyam naoyam marked this pull request as ready for review October 30, 2024 23:55
Copy link
Collaborator

@jacobhinkle jacobhinkle left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks for the fix

@naoyam naoyam merged commit a59fd73 into main Oct 31, 2024
51 of 52 checks passed
@naoyam naoyam deleted the merge-with-expanded-extent branch October 31, 2024 16:34
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