ColossalAI/tests/test_zero/test_legacy
Hongxin Liu ae02d4e4f7
[bf16] add bf16 support (#3882)
* [bf16] add bf16 support for fused adam (#3844)

* [bf16] fused adam kernel support bf16

* [test] update fused adam kernel test

* [test] update fused adam test

* [bf16] cpu adam and hybrid adam optimizers support bf16 (#3860)

* [bf16] implement mixed precision mixin and add bf16 support for low level zero (#3869)

* [bf16] add mixed precision mixin

* [bf16] low level zero optim support bf16

* [text] update low level zero test

* [text] fix low level zero grad acc test

* [bf16] add bf16 support for gemini (#3872)

* [bf16] gemini support bf16

* [test] update gemini bf16 test

* [doc] update gemini docstring

* [bf16] add bf16 support for plugins (#3877)

* [bf16] add bf16 support for legacy zero (#3879)

* [zero] init context support bf16

* [zero] legacy zero support bf16

* [test] add zero bf16 test

* [doc] add bf16 related docstring for legacy zero
2023-06-05 15:58:31 +08:00
..
common.py [test] reorganize zero/gemini tests (#3445) 2023-04-06 09:38:25 +08:00
test_found_inf.py [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_gemini_manager.py [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_init_context.py [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_param_op.py [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_shard_model_v2.py [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_shard_param.py [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_sharded_optim_state_dict.py [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_sharded_optim_v2.py [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_sharded_optim_with_sync_bn.py [CI] Update test_sharded_optim_with_sync_bn.py (#3688) 2023-05-05 18:57:27 +08:00
test_state_dict.py [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_tensor_utils.py [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_zero_engine.py [bf16] add bf16 support (#3882) 2023-06-05 15:58:31 +08:00