-
Notifications
You must be signed in to change notification settings - Fork 24.7k
Fix recent regression in evaluate_expr that effect cache lookups #147836
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
Conversation
[ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/147836
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit bdee6ec with merge base d789c22 ( UNSTABLE - The following job is marked as unstable, possibly due to flakiness on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
…ookups" PR #146939 added an argument for evaluate_expr for the purpose of logging. This caused a regression that we thought is due to calling id on symnode. I digged deeper and found that adding that argument although does not effect results of evaluate_expr it mess the cache lookups. I refactored the code to avoid using expr_sym_node_id in the cache lookup, I also introduced evaluate_sym_node to and simplified the calls to evaluate_expr cc ezyang SherlockNoMad EikanWang jgong5 wenzhe-nrv [ghstack-poisoned]
…ookups" PR #146939 added an argument for evaluate_expr for the purpose of logging. This caused a regression that we thought is due to calling id on symnode. I digged deeper and found that adding that argument although does not effect results of evaluate_expr it mess the cache lookups. I refactored the code to avoid using expr_sym_node_id in the cache lookup, I also introduced evaluate_sym_node to and simplified the calls to evaluate_expr cc ezyang SherlockNoMad EikanWang jgong5 wenzhe-nrv [ghstack-poisoned]
…ookups" PR #146939 added an argument for evaluate_expr for the purpose of logging. This caused a regression that we thought is due to calling id on symnode. I digged deeper and found that adding that argument although does not effect results of evaluate_expr it mess the cache lookups. I refactored the code to avoid using expr_sym_node_id in the cache lookup, I also introduced evaluate_sym_node to and simplified the calls to evaluate_expr cc ezyang SherlockNoMad EikanWang jgong5 wenzhe-nrv [ghstack-poisoned]
…ookups" PR #146939 added an argument for evaluate_expr for the purpose of logging. This caused a regression that we thought is due to calling id on symnode. I digged deeper and found that adding that argument although does not effect results of evaluate_expr it mess the cache lookups. I refactored the code to avoid using expr_sym_node_id in the cache lookup, I also introduced evaluate_sym_node to and simplified the calls to evaluate_expr cc ezyang SherlockNoMad EikanWang jgong5 wenzhe-nrv [ghstack-poisoned]
…ookups" PR #146939 added an argument for evaluate_expr for the purpose of logging. This caused a regression that we thought is due to calling id on symnode. I digged deeper and found that adding that argument although does not effect results of evaluate_expr it mess the cache lookups. I refactored the code to avoid using expr_sym_node_id in the cache lookup, I also introduced evaluate_sym_node to and simplified the calls to evaluate_expr cc ezyang SherlockNoMad EikanWang jgong5 wenzhe-nrv voznesenskym penguinwu Guobing-Chen XiaobingSuper zhuhaozhe blzheng jiayisunx chenyang78 kadeng chauhang amjames [ghstack-poisoned]
…ookups" PR #146939 added an argument for evaluate_expr for the purpose of logging. This caused a regression that we thought is due to calling id on symnode. I digged deeper and found that adding that argument although does not effect results of evaluate_expr it mess the cache lookups. I refactored the code to avoid using expr_sym_node_id in the cache lookup, I also introduced evaluate_sym_node to and simplified the calls to evaluate_expr cc ezyang SherlockNoMad EikanWang jgong5 wenzhe-nrv voznesenskym penguinwu Guobing-Chen XiaobingSuper zhuhaozhe blzheng jiayisunx chenyang78 kadeng chauhang amjames [ghstack-poisoned]
…ookups" PR #146939 added an argument for evaluate_expr for the purpose of logging. This caused a regression that we thought is due to calling id on symnode. I digged deeper and found that adding that argument although does not effect results of evaluate_expr it mess the cache lookups. I refactored the code to avoid using expr_sym_node_id in the cache lookup, I also introduced evaluate_sym_node to and simplified the calls to evaluate_expr #suppress-bc-linter cc ezyang SherlockNoMad EikanWang jgong5 wenzhe-nrv voznesenskym penguinwu Guobing-Chen XiaobingSuper zhuhaozhe blzheng jiayisunx chenyang78 kadeng chauhang amjames [ghstack-poisoned]
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Merge failedReason: 1 jobs have failed, first few of them are: Check mergeability of ghstack PR / ghstack-mergeability-check Details for Dev Infra teamRaised by workflow job |
…ookups" PR #146939 added an argument for evaluate_expr for the purpose of logging. This caused a regression that we thought is due to calling id on symnode. I digged deeper and found that adding that argument although does not effect results of evaluate_expr it mess the cache lookups. I refactored the code to avoid using expr_sym_node_id in the cache lookup, I also introduced evaluate_sym_node to and simplified the calls to evaluate_expr #suppress-bc-linter cc ezyang SherlockNoMad EikanWang jgong5 wenzhe-nrv voznesenskym penguinwu Guobing-Chen XiaobingSuper zhuhaozhe blzheng jiayisunx chenyang78 kadeng chauhang amjames [ghstack-poisoned]
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Stack from ghstack (oldest at bottom):
PR #146939 added an argument for evaluate_expr for the purpose of logging.
This caused a regression that we thought is due to calling id on symnode.
I digged deeper and found that adding that argument although does not effect results of evaluate_expr it mess the cache
lookups.
I refactored the code to avoid using expr_sym_node_id in the cache lookup, I also introduced evaluate_sym_node to and simplified the calls to evaluate_expr
#suppress-bc-linter
cc @ezyang @SherlockNoMad @EikanWang @jgong5 @wenzhe-nrv @voznesenskym @penguinwu @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @jiayisunx @chenyang78 @kadeng @chauhang @amjames