1. 08 Sep, 2022 2 commits
  2. 07 Sep, 2022 6 commits
  3. 06 Sep, 2022 5 commits
  4. 05 Sep, 2022 3 commits
  5. 02 Sep, 2022 3 commits
  6. 01 Sep, 2022 6 commits
    • Super Daniel's avatar
      [fx] add test for meta tensor. (#1527) · 7dc53237
      Super Daniel authored
      * [fx] add test for meta tensor.
      
      * [fx] add test for meta tensor.
      
      * [fx] add test for meta tensor.
      
      * [fx] add test for meta tensor.
      
      * [fx] fix error.
      7dc53237
    • YuliangLiu0306's avatar
      4b3d6cae
    • CsRic's avatar
      [embedding] add tablewise sharding for FAW (#1526) · 5156d5b4
      CsRic authored
      5156d5b4
    • Kirigaya Kazuto's avatar
      [pipeline/pipleline_process_group] finish PipelineProcessGroup to manage local... · f1e18362
      Kirigaya Kazuto authored
      [pipeline/pipleline_process_group] finish PipelineProcessGroup to manage local abd global rank in TP,DP and PP (#1508)
      
      * 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
      
      * [pipeline/pipleline_process_group] finish PipelineProcessGroup to manage local abd global rank in TP,DP and PP
      
      * [pipeline/pipleline_process_group] remove comment
      
      * [pipeline/pipleline_process_group] remove comment
      
      * [pipeline/pipleline_process_group] skip process group test
      
      * [pipeline/pipleline_process_group] remove test named function
      f1e18362
    • binmakeswell's avatar
      polish license (#1522) · 8a29ce54
      binmakeswell authored
      8a29ce54
    • Super Daniel's avatar
      [hotfix] avoid conflict of meta registry with torch 1.13.0. (#1530) · 112a1f0a
      Super Daniel authored
      * [hotfix] avoid conflict of meta registry with torch 1.13.0.
      
      * [hotfix] avoid conflict of meta registry with torch 1.13.0.
      112a1f0a
  7. 31 Aug, 2022 4 commits
    • Boyuan Yao's avatar
      [fx] Fix wrong index in annotation and minimal flops in ckpt solver (#1521) · b231430b
      Boyuan Yao authored
      * [fx] fix wrong variable name in solver rotor
      
      * [fx] fix wrong variable name in solver rotor
      
      * [fx] fix the discretize bug
      
      * [fx] fix the first op in activation checkpoint codegen
      
      * [fx] fix some bugs of ckpt solver
      
      * [fx] modify test_ckpt_torchvision
      
      * [fx] set sequence to __sequence__ attr of GraphModule
      
      * [fx] docstring modification
      
      * [fx] remove performance test
      b231430b
    • github-actions[bot]'s avatar
    • Super Daniel's avatar
      [fx] hack __torch_dispatch__ for meta tensor and autograd. (#1515) · 5cc849f6
      Super Daniel authored
      * [fx] hack __torch_dispatch__ for meta tensor and autograd.
      
      * [fx] hack __torch_dispatch__ for meta tensor and autograd.
      
      * [fx] hack __torch_dispatch__ for meta tensor and autograd.
      
      * [fx] hack __torch_dispatch__ for meta tensor and autograd.
      
      * [fx] hack __torch_dispatch__ for meta tensor and autograd.
      
      * [fx] add bad case detections.
      
      * [fx] add bad case detections.
      
      * [fx] rename MetaTensor attributes.
      
      * [fx] fix unexpected error.
      
      * [fx] fix unexpected error.
      
      * [fx] fix unexpected error.
      
      * [fx] fix unexpected error.
      
      * [fx] fix unexpected error.
      
      * [fx] add register backward for native_batch_norm_backward.
      
      * [fx] add more meta backend support for nn.Modules.
      
      * [fx] add meta backend to support timm and torchvision models.
      
      * [fx] add meta hardswish for timm models.
      5cc849f6
    • Jiarui Fang's avatar
      4537d39d
  8. 30 Aug, 2022 5 commits
  9. 29 Aug, 2022 4 commits
  10. 27 Aug, 2022 1 commit
  11. 26 Aug, 2022 1 commit
    • Boyuan Yao's avatar
      [fx] fix the discretize bug (#1506) · ac3a453a
      Boyuan Yao authored
      * [fx] fix wrong variable name in solver rotor
      
      * [fx] fix wrong variable name in solver rotor
      
      * code modification
      
      * [fx] fix the discretize bug
      ac3a453a