You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
move module attribute inplace update to leaf function in ManagedCollisionModule (#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
0 commit comments