-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Fix _del_library #150495
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 _del_library #150495
Conversation
On library deletion, we need to clear fx's schema cache. Test Plan: - next PR up in the stack, I don't have a good test case for this PR. [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/150495
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 6a0c206 with merge base 58ede0c ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
On library deletion, we need to clear fx's schema cache. Test Plan: - top PR in the stack, I don't have a good test case for this PR. [ghstack-poisoned]
On library deletion, we need to clear fx's schema cache. Test Plan: - top PR in the stack, I don't have a good test case for this PR. [ghstack-poisoned]
On library deletion, we need to clear fx's schema cache. Test Plan: - top PR in the stack, I don't have a good test case for this PR. [ghstack-poisoned]
On library deletion, we need to clear fx's schema cache. Test Plan: - top PR in the stack, I don't have a good test case for this PR. [ghstack-poisoned]
|
Starting merge as part of PR stack under #148104 |
This PR: - cleans up some existing comments that don't make sense anymore - hooks up the "custom_op_default_layout_constraint" back (that seems to have broken) - cleans up the "lazy registration path" which seems to never get hit anymore - adds dislike_padding to nodes that require exact strides Test Plan: - tests + CI disable padding Pull Request resolved: #148104 Approved by: https://github.com/shunting314, https://github.com/eellison ghstack dependencies: #150495
If a tag is not specified on a custom operator, then inductor will assume that it needs exact strides. Test Plan: - tests + CI Pull Request resolved: #150511 Approved by: https://github.com/eellison, https://github.com/shunting314 ghstack dependencies: #150495, #148104
On library deletion, we need to clear fx's schema cache. Test Plan: - top PR in the stack, I don't have a good test case for this PR. Pull Request resolved: pytorch#150495 Approved by: https://github.com/eellison
This PR: - cleans up some existing comments that don't make sense anymore - hooks up the "custom_op_default_layout_constraint" back (that seems to have broken) - cleans up the "lazy registration path" which seems to never get hit anymore - adds dislike_padding to nodes that require exact strides Test Plan: - tests + CI disable padding Pull Request resolved: pytorch#148104 Approved by: https://github.com/shunting314, https://github.com/eellison ghstack dependencies: pytorch#150495
) If a tag is not specified on a custom operator, then inductor will assume that it needs exact strides. Test Plan: - tests + CI Pull Request resolved: pytorch#150511 Approved by: https://github.com/eellison, https://github.com/shunting314 ghstack dependencies: pytorch#150495, pytorch#148104
On library deletion, we need to clear fx's schema cache. Test Plan: - top PR in the stack, I don't have a good test case for this PR. Pull Request resolved: pytorch#150495 Approved by: https://github.com/eellison
This PR: - cleans up some existing comments that don't make sense anymore - hooks up the "custom_op_default_layout_constraint" back (that seems to have broken) - cleans up the "lazy registration path" which seems to never get hit anymore - adds dislike_padding to nodes that require exact strides Test Plan: - tests + CI disable padding Pull Request resolved: pytorch#148104 Approved by: https://github.com/shunting314, https://github.com/eellison ghstack dependencies: pytorch#150495
) If a tag is not specified on a custom operator, then inductor will assume that it needs exact strides. Test Plan: - tests + CI Pull Request resolved: pytorch#150511 Approved by: https://github.com/eellison, https://github.com/shunting314 ghstack dependencies: pytorch#150495, pytorch#148104
|
@zou3519 This seems to have broken something with (the error is repeated a bunch of times) |
|
We are forward fixing this in #151678 |
On library deletion, we need to clear fx's schema cache. Test Plan: - top PR in the stack, I don't have a good test case for this PR. ghstack-source-id: bd75d3e Pull Request resolved: pytorch/pytorch#150495
If a tag is not specified on a custom operator, then inductor will assume that it needs exact strides. Test Plan: - tests + CI Pull Request resolved: #150511 Approved by: https://github.com/eellison, https://github.com/shunting314 ghstack dependencies: #150495, #148104 ghstack-source-id: 7192ed4
If a tag is not specified on a custom operator, then inductor will assume that it needs exact strides. Test Plan: - tests + CI Pull Request resolved: #150511 Approved by: https://github.com/eellison, https://github.com/shunting314 ghstack dependencies: #150495, #148104 ghstack-source-id: 923efe0
If a tag is not specified on a custom operator, then inductor will assume that it needs exact strides. Test Plan: - tests + CI Pull Request resolved: #150511 Approved by: https://github.com/eellison, https://github.com/shunting314 ghstack dependencies: #150495, #148104 ghstack-source-id: f095c0a
Stack from ghstack (oldest at bottom):
On library deletion, we need to clear fx's schema cache.
Test Plan: