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] fix bug when normalize iter with different lower bounds #17360

Merged
merged 1 commit into from
Sep 14, 2024

Conversation

Karbit
Copy link
Contributor

@Karbit Karbit commented Sep 10, 2024

If an iter has been normalized with a lower bound, and then try to normalize with a new lower bound, the iter_min need to be updated only when the new lower bound is smaller than the original one.

If an iter has been normalized with a lower bound, and then try to normalize with
a new lower bound, the iter_min need to be updated only when the new lower bound
is smaller than the original one.
@Karbit Karbit force-pushed the fix_iter_affine_map branch from e342d5f to b7a004d Compare September 11, 2024 03:42
@tqchen tqchen merged commit e0105e4 into apache:main Sep 14, 2024
15 checks passed
@tqchen
Copy link
Member

tqchen commented Sep 14, 2024

thanks @Karbit

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