-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Remove functorch config: _max_aliased_inputs_with_dynamic_shapes_enabled
.
#141680
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/141680
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 2c8a9fd with merge base 9dd3b85 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
[ghstack-poisoned]
…bled`. This PR removes the functorch config that set an upper limit on the number of aliased inputs with dynamic shapes. After moving them to be run at runtime in C++, the compilation time and runtime (in true alias cases) improved, rendering the error no longer relevant. ghstack-source-id: 70f13f3 Pull Request resolved: #141680
@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 |
…bled`. (pytorch#141680) This PR removes the functorch config that set an upper limit on the number of aliased inputs with dynamic shapes. After moving them to be run at runtime in C++, the compilation time and runtime (in true alias cases) improved, rendering the error no longer relevant. Pull Request resolved: pytorch#141680 Approved by: https://github.com/bdhirsh ghstack dependencies: pytorch#139554, pytorch#139555, pytorch#140013
Stack from ghstack (oldest at bottom):
_max_aliased_inputs_with_dynamic_shapes_enabled
. #141680tensor._base
as a tracked fake forShapeEnv
guards. #139554This PR removes the functorch config that set an upper limit on the number of aliased
inputs with dynamic shapes. After moving them to be run at runtime in C++, the compilation
time and runtime (in true alias cases) improved, rendering the error no longer relevant.
cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @chenyang78 @kadeng @chauhang @amjames