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
Support optimizer state offloading for partial rowwise adam optimizer (#4477)
Summary:
Pull Request resolved: #4477
X-link: facebookresearch/FBGEMM#1534
Support optimizer state offloading for partial rowwise adam optimizer in the backend C++ code. This does not yet expose support in the frontend Python code, which requires a lot more code changes. The existing non-offloading codepath should not be affected by the changes.
This is a re-land of D76491848, but with the backend code enabled instead of the frontend, which was breaking downstream compatibility tests
Reviewed By: bobbyliujb, cthi
Differential Revision: D78177062
fbshipit-source-id: 72f636d7231409750c5f4d5a6ddfab32c33abbf1
0 commit comments