ColossalAI/tests
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
..
components_to_test [CI] fix typo with tests/ etc. (#3727) 2023-05-11 16:30:58 +08:00
kit [booster] add low level zero plugin (#3594) 2023-04-26 14:37:25 +08:00
test_amp [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_analyzer [devops] update torch version of CI (#3725) 2023-05-15 17:20:56 +08:00
test_auto_parallel [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_autochunk [devops] update torch version of CI (#3725) 2023-05-15 17:20:56 +08:00
test_booster [lazy] refactor lazy init (#3891) 2023-06-05 14:20:47 +08:00
test_checkpoint_io [booster] torch fsdp fix ckpt (#3788) 2023-05-23 16:58:45 +08:00
test_cluster [devops] update torch version of CI (#3725) 2023-05-15 17:20:56 +08:00
test_comm [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_config
test_context [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_data [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_data_pipeline_tensor_parallel [CI] fix typo with tests/ etc. (#3727) 2023-05-11 16:30:58 +08:00
test_ddp [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_device [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_engine [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_fx [devops] update torch version of CI (#3725) 2023-05-15 17:20:56 +08:00
test_layers [CI] fix typo with tests/ etc. (#3727) 2023-05-11 16:30:58 +08:00
test_lazy [lazy] refactor lazy init (#3891) 2023-06-05 14:20:47 +08:00
test_moe [CI] fix typo with tests/ etc. (#3727) 2023-05-11 16:30:58 +08:00
test_ops [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_optimizer [bf16] add bf16 support (#3882) 2023-06-05 15:58:31 +08:00
test_pipeline [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_tensor [CI] fix typo with tests/ etc. (#3727) 2023-05-11 16:30:58 +08:00
test_trainer [CI] fix typo with tests/ etc. (#3727) 2023-05-11 16:30:58 +08:00
test_utils [lazy] refactor lazy init (#3891) 2023-06-05 14:20:47 +08:00
test_zero [bf16] add bf16 support (#3882) 2023-06-05 15:58:31 +08:00
__init__.py