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

Enable the Loop option of IdModle for resize #3588

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

naoyam
Copy link
Collaborator

@naoyam naoyam commented Dec 13, 2024

Followup to #3567. I just found the Loop option is also necessary. With this option, the inlining analysis uses IdModel to understand if inlining is possible. The loop generation lowering pass also uses IdModel loop promotion to figure out which iter domains to use for each ForLoop node. The latter is not necessary for the resize scheduler at this moment, though.

@naoyam
Copy link
Collaborator Author

naoyam commented Dec 13, 2024

!test

@naoyam naoyam requested a review from jacobhinkle December 13, 2024 17:09
@naoyam
Copy link
Collaborator Author

naoyam commented Dec 13, 2024

!test --diff

@naoyam
Copy link
Collaborator Author

naoyam commented Dec 13, 2024

The codegen diff was just different naming of a few variables.

@naoyam naoyam merged commit 7d1b64b into main Dec 13, 2024
53 of 55 checks passed
@naoyam naoyam deleted the enable_id_model_loop_for_resize branch December 13, 2024 22:25
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