ColossalAI/tests/test_pipeline
Kirigaya Kazuto 5a6fd71f90
[pipeline/rpc] update outstanding mechanism | optimize dispatching strategy (#1497)
* support p2p communication with any type of object | pass test

* reconstruct pipeline schedule with p2p_v2.py(support communication with List[Any]) | pass test

* [engin/schedule] use p2p_v2 to recontruct pipeline_schedule

* [pipeline/rpc] implement a demo for PP with cuda rpc framework

* [pipeline/rpc] support interleaving | fix checkpoint bug | change logic when dispatch data in work_list to ensure steady 1F1B

* [pipeline/rpc] implement distributed optimizer | test with assert_close

* [pipeline/rpc] implement distributed optimizer | test with assert_close

* [pipeline/rpc] update outstanding mechanism | optimize dispatching strategy

* [pipeline/rpc] update outstanding mechanism | optimize dispatching strategy

* [pipeline/rpc] update outstanding mechanism | optimize dispatching strategy
2022-08-26 14:04:23 +08:00
..
rpc_test_utils.py [pipeline/rpc] update outstanding mechanism | optimize dispatching strategy (#1497) 2022-08-26 14:04:23 +08:00
test_cuda_rpc_optimizer.py [pipeline/rpc] update outstanding mechanism | optimize dispatching strategy (#1497) 2022-08-26 14:04:23 +08:00
test_cuda_rpc_pipeline.py [pipeline/rpc] update outstanding mechanism | optimize dispatching strategy (#1497) 2022-08-26 14:04:23 +08:00
test_cuda_rpc_value_correctness.py [pipeline/rpc] update outstanding mechanism | optimize dispatching strategy (#1497) 2022-08-26 14:04:23 +08:00
test_pipelinable.py [pipeline] refactor the pipeline module (#1087) 2022-06-10 11:27:38 +08:00