-
Notifications
You must be signed in to change notification settings - Fork 25.6k
A temporary fix to autotune out of range and related IMA #165943
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/165943
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 640e5e8 with merge base e20c9bf ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Summary: Autotune issue during lowering w/ AOTI: ``` setStorage: sizes [1536, 32, 8192], strides [8192, 8192, 1], storage offset 0, and itemsize 2 requiring a storage size of 25673728 are out of bounds for storage of size 25362432 ``` This is a temporary workaround to unblock MRS model iteration. Test Plan: Finally be able to see the e2e test passes on CI. See the detailed Test Plan in D83520844 Differential Revision: D84872792
accfec2
to
640e5e8
Compare
@pytorchbot merge (Initiating merge automatically since Phabricator Diff has merged) |
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 |
) Summary: Autotune issue during lowering w/ AOTI: ``` setStorage: sizes [1536, 32, 8192], strides [8192, 8192, 1], storage offset 0, and itemsize 2 requiring a storage size of 25673728 are out of bounds for storage of size 25362432 ``` Need a hack to create new base tensor with sufficient storage Test Plan: Finally be able to see the e2e test passes on CI. See the detailed Test Plan in D83520844 Differential Revision: D84872792 Pull Request resolved: pytorch#165943 Approved by: https://github.com/laithsakka
Summary:
Autotune issue during lowering w/ AOTI:
Need a hack to create new base tensor with sufficient storage
Test Plan: Finally be able to see the e2e test passes on CI. See the detailed Test Plan in D83520844
Differential Revision: D84872792
cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @chenyang78 @kadeng @muchulee8 @amjames @chauhang @aakhundov @coconutruben