You need to sign in or sign up before continuing.
- 06 Dec, 2022 1 commit
-
-
Hubert Lu authored
* Unskip some unit tests related to issue #82 * Ensure test_state_dict to use capturable=True for torch.optim.Adam * Fix TestFusedAdam tests in test_fused_optimizer.py
-
- 26 Aug, 2022 1 commit
-
-
Hubert Lu authored
* Handle len(cached_x.grad_fn.next_functions) == 1 in cached_cast * Unskip the unit tests related to len(cached_x.grad_fn.next_functions) == 1 Co-authored-by:David Fan <jiafa@microsoft.com>
-
- 08 Aug, 2022 1 commit
-
-
hubertlu-tw authored
-
- 14 Dec, 2021 1 commit
-
-
Hubert Lu authored
* Skip failing unit tests * Modify the test skipping messages
-
- 21 Jan, 2021 1 commit
-
-
Jeff Daily authored
use __launch_bounds__(1024) for multi_tensor_apply, re-enable skipped tests
-
- 19 May, 2020 1 commit
-
-
lcskrishna authored
-
- 15 May, 2020 1 commit
-
-
rohithkrn authored
-
- 03 Oct, 2019 1 commit
-
-
ptrblck authored
* increase atol for Half-Float comparison to 1.5e-4 * disable tests for different opt_levels * reset atol * add bitwise accurate comparison
-
- 27 Aug, 2019 1 commit
-
-
ptrblck authored
* add state_dict, load_state_dict * add test_restoring, test_loss_scale_decrease * disable amp outputs for checkpoint tests * add test for amp.state_dict, cleanup * add state_dict patch, add test * fixed testing, cleanup * add readme for checkpointing * add docs to source/amp * add review changes to doc
-