-
Notifications
You must be signed in to change notification settings - Fork 24.3k
[Dynamo] Fix refleak in DynamicShapesMiscTests.test_custom_module_free_dynamic_shapes #120631
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
Labels
dynamo-must-fix
These bugs affect TorchDynamo reliability.
module: dynamic shapes
module: dynamo
oncall: pt2
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Comments
feel free to bounce if you determine it is specifically dynamic shapes related |
williamwen42
added a commit
that referenced
this issue
Mar 20, 2024
…o generated GraphModules" Fixes remaining refleaks found when debugging #119607, tests added in #120657. Also fixes #120631 (not entirely sure why) cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx chenyang78 kadeng chauhang aakhundov [ghstack-poisoned]
facebook-github-bot
pushed a commit
to pytorch/benchmark
that referenced
this issue
Mar 22, 2024
Summary: Fixes remaining refleaks found when debugging pytorch/pytorch#119607, tests added in pytorch/pytorch#120657. Also fixes some tests that xfail: pytorch/pytorch#120631 (not entirely sure why), but introduced tests now fail. X-link: pytorch/pytorch#120756 Approved by: https://github.com/jansel Reviewed By: huydhn Differential Revision: D55225127 Pulled By: williamwen42 fbshipit-source-id: 0d402deb4246d981304985761b94f637970fabce
atalman
pushed a commit
that referenced
this issue
May 22, 2024
…126332) * [dynamo] use proxies to nn.Module in dynamo generated GraphModules (#120756) Fixes remaining refleaks found when debugging #119607, tests added in #120657. Also fixes some tests that xfail: #120631 (not entirely sure why), but introduced tests now fail. Pull Request resolved: #120756 Approved by: https://github.com/jansel * [dynamo] use proxies to nn.Module in dynamo generated GraphModules (#120756) Fixes remaining refleaks found when debugging #119607, tests added in #120657. Also fixes some tests that xfail: #120631 (not entirely sure why), but introduced tests now fail. Pull Request resolved: #120756 Approved by: https://github.com/jansel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dynamo-must-fix
These bugs affect TorchDynamo reliability.
module: dynamic shapes
module: dynamo
oncall: pt2
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Uh oh!
There was an error while loading. Please reload this page.
#120459 introduced a refleak test in dynamo. DynamicShapesMiscTests.test_custom_module_free_dynamic_shapes is currently being xfailed when
z3-solver
is present in the system.cc @ezyang @msaroufim @bdhirsh @anijain2305 @zou3519 @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @chenyang78 @aakhundov @kadeng
The text was updated successfully, but these errors were encountered: