1. 12 Aug, 2022 7 commits
    • Geng Zhang's avatar
    • Frank Lee's avatar
      [test] fixed the activation codegen test (#1447) · 5a52e21f
      Frank Lee authored
      * [test] fixed the activation codegen test
      
      * polish code
      5a52e21f
    • YuliangLiu0306's avatar
      [tensor] shape consistency generate transform path and communication cost (#1435) · 0f304236
      YuliangLiu0306 authored
      * [tensor] shape consistency output transform path and communication cost
      
      * polish code
      0f304236
    • Boyuan Yao's avatar
      [fx] Use colossalai checkpoint and add offload recognition in codegen (#1439) · 5774fe02
      Boyuan Yao authored
      * [fx] Use colossalai.utils.checkpoint to replace torch.utils.checkpoint for offload activation and add offload annotation recognition in codegen
      
      * [fx] Use colossalai.utils.checkpoint to replace torch.utils.checkpoint for offload activation and add offload annotation recognition in codegen
      
      * Modification of test and add TODO in codegen
      
      * [fx] Modification of colossal ckpt usage
      
      * [fx] add gpc.destroy() to test_codegen
      5774fe02
    • Kirigaya Kazuto's avatar
      [engin/schedule] use p2p_v2 to recontruct pipeline_schedule (#1408) · e9460b45
      Kirigaya Kazuto authored
      * support p2p communication with any type of object | pass test
      
      * reconstruct pipeline schedule with p2p_v2.py(support communication with List[Any]) | pass test
      
      * [communication] add p2p_v2.py to support communication with List[Any]
      
      * Delete _pipeline_schedule_v2.py
      
      * Delete test_cifar_with_data_pipeline_tensor_v2.py
      
      * [engin/schedule] use p2p_v2 to recontruct pipeline_schedule
      
      * [engin/schedule] use p2p_v2 to recontruct pipeline_schedule
      
      * [engin/schedule] use p2p_v2 to recontruct pipeline_schedule
      
      * [engin/schedule] use p2p_v2 to recontruct pipeline_schedule
      
      * [engin/schedule] use p2p_v2 to recontruct pipeline_schedule
      
      * Delete p2p_v2.py
      
      * Delete test_boardcast_send_recv_v2.py
      
      * Delete test_object_list_p2p_v2.py
      
      * [engin/schedule] use p2p_v2 to recontruct pipeline_schedule
      
      * [communication] remove print code
      
      * [communication] remove print code
      
      * [engin/schedule] shorten the running time of testing file to prevent cancelling in CI
      e9460b45
    • Frank Lee's avatar
      [tensor] added linear implementation for the new sharding spec (#1416) · ae1b58cd
      Frank Lee authored
      * [tensor] added linear implementation for the new sharding spec
      
      * polish code
      ae1b58cd
    • Super Daniel's avatar
      [fx] fix the false interpretation of algorithm 3 in https://arxiv.org/abs/1604.06174. (#1446) · d40a9392
      Super Daniel authored
      * [fx] modify the calculation of node_size in MetaInfoProp for activation checkpointing usages
      
      * [fx] modify the calculation of node_size in MetaInfoProp for activation checkpointing usages
      
      * [fx] modify the calculation of node_size in MetaInfoProp for activation checkpointing usages
      
      * [fx] activation checkpointing using Chen strategies.
      
      * [fx] add test for ckpt_solver_chen
      
      * mend
      
      * [fx] add vanilla activation checkpoint search with test on resnet and densenet
      
      * [fx] add vanilla activation checkpoint search with test on resnet and densenet
      
      * [fx] add a namespace code for solver_chen.
      
      * [fx] fix the false interpretation of algorithm 3 in https://arxiv.org/abs/1604.06174.
      
      * [fx] fix lowercase naming conventions.
      d40a9392
  2. 11 Aug, 2022 7 commits
  3. 10 Aug, 2022 7 commits
  4. 09 Aug, 2022 7 commits
  5. 08 Aug, 2022 2 commits
  6. 05 Aug, 2022 1 commit
  7. 03 Aug, 2022 1 commit
  8. 02 Aug, 2022 5 commits
  9. 01 Aug, 2022 2 commits
  10. 30 Jul, 2022 1 commit