-
Notifications
You must be signed in to change notification settings - Fork 496
move module attribute inplace update to leaf function in ManagedCollisionModule #2913
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
This pull request was exported from Phabricator. Differential Revision: D73448087 |
…sionModule (pytorch#2913) Summary: inplace update will cause unexpected module attribute mutation described in pytorch/pytorch#70449 by moving it to leaf function we guaranteed no side effect during fx tracing. Differential Revision: D73448087
6b94411
to
e37b4bb
Compare
…sionModule (pytorch#2913) Summary: inplace update will cause unexpected module attribute mutation described in pytorch/pytorch#70449 by moving it to leaf function we guaranteed no side effect during fx tracing. Differential Revision: D73448087
e37b4bb
to
befec12
Compare
This pull request was exported from Phabricator. Differential Revision: D73448087 |
…sionModule (pytorch#2913) Summary: Pull Request resolved: pytorch#2913 inplace update will cause unexpected module attribute mutation described in pytorch/pytorch#70449 by moving it to leaf function we guaranteed no side effect during fx tracing. Differential Revision: D73448087
befec12
to
477f3cf
Compare
This pull request was exported from Phabricator. Differential Revision: D73448087 |
…sionModule (pytorch#2913) Summary: Pull Request resolved: pytorch#2913 inplace update will cause unexpected module attribute mutation described in pytorch/pytorch#70449 by moving it to leaf function we guaranteed no side effect during fx tracing. Differential Revision: D73448087
cea87ff
to
e141a1b
Compare
…sionModule (pytorch#2913) Summary: inplace update will cause unexpected module attribute mutation described in pytorch/pytorch#70449 by moving it to leaf function we guaranteed no side effect during fx tracing. Differential Revision: D73448087
…sionModule (pytorch#2913) Summary: inplace update will cause unexpected module attribute mutation described in pytorch/pytorch#70449 by moving it to leaf function we guaranteed no side effect during fx tracing. Differential Revision: D73448087
e141a1b
to
a1d9034
Compare
This pull request was exported from Phabricator. Differential Revision: D73448087 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D73448087 |
…sionModule (pytorch#2913) Summary: Pull Request resolved: pytorch#2913 inplace update will cause unexpected module attribute mutation described in pytorch/pytorch#70449 by moving it to leaf function we guaranteed no side effect during fx tracing. Differential Revision: D73448087
a1d9034
to
e3c91aa
Compare
…sionModule (pytorch#2913) Summary: inplace update will cause unexpected module attribute mutation described in pytorch/pytorch#70449 by moving it to leaf function we guaranteed no side effect during fx tracing. Reviewed By: zlzhao1104 Differential Revision: D73448087
e3c91aa
to
cd33349
Compare
This pull request was exported from Phabricator. Differential Revision: D73448087 |
…sionModule (pytorch#2913) Summary: Pull Request resolved: pytorch#2913 inplace update will cause unexpected module attribute mutation described in pytorch/pytorch#70449 by moving it to leaf function we guaranteed no side effect during fx tracing. Reviewed By: zlzhao1104 Differential Revision: D73448087
cd33349
to
96852a3
Compare
…sionModule (pytorch#2913) Summary: inplace update will cause unexpected module attribute mutation described in pytorch/pytorch#70449 by moving it to leaf function we guaranteed no side effect during fx tracing. Reviewed By: zlzhao1104 Differential Revision: D73448087
96852a3
to
aac0608
Compare
This pull request was exported from Phabricator. Differential Revision: D73448087 |
Summary:
inplace update will cause unexpected module attribute mutation described in pytorch/pytorch#70449
by moving it to leaf function we guaranteed no side effect during fx tracing.
Differential Revision: D73448087