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
Adam and SGD previously reused compatible optimizer state buffers even
when replacement parameters moved to another device. This left kernels
with state and parameters on different devices.
Migrate compatible state buffers while preserving their accumulated
values. Keep incompatible shape or dtype changes using freshly zeroed
buffers, and cover mixed moved and unmoved parameters.
Signed-off-by: Eric Shi <ershi@nvidia.com>
0 commit comments