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
[FSDP][optim_state_dict] Call synchronize() to ensure the temporary tensors being recycled
emporary tensors could not be recycled unless the operations are finished. Calling synchronize() can ensure all the operations are finished. The action can prevent OOM from happening.
Differential Revision: [D52890462](https://our.internmc.facebook.com/intern/diff/D52890462/)
ghstack-source-id: 212464431
Pull Request resolved: #117799
0 commit comments