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
float8 delayed scaling: remove need to use workaround for AC (#1291)
Summary:
The logic to check if the user has called
`sync_float8_amax_and_scale_history`, while nice, hasn't been that
useful in practice. Removing this logic in order to simplify the
integration with manual activation checkpointing - now it "just works"
without the need to work around with a non-standard config.
Test Plan:
```
pytest test/float8/test_base.py -s -x
```
Reviewers:
Subscribers:
Tasks:
Tags:
0 commit comments