-
Notifications
You must be signed in to change notification settings - Fork 16
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
THG's substitution applier #334
base: main
Are you sure you want to change the base?
Conversation
This currently fails in some of the codegen tests with
|
Thanks for bringing this back to life! Also, I'm curious are we currently running into any cases where this could be profitable? |
For context, on some large expression graphs implemented in drivers-y2-isolator, we obtain this profile -- https://gist.github.com/kaushikcfd/0867bd549acfff43781077e8f8b0ba56 spanning around 8 minutes for walltime, and I don't see |
I think illinois-ceesd/mirgecom#645 was a case where we saw extremely long times spent in |
Aah! (Thanks!) |
Based on 61690f4.
Addresses #162 in part.
Needs: