1. 06 Apr, 2023 1 commit
  2. 30 Mar, 2023 1 commit
  3. 24 Mar, 2023 1 commit
  4. 22 Mar, 2023 1 commit
    • YuliangLiu0306's avatar
      [FX] refactor experimental tracer and adapt it with hf models (#3157) · f57d3495
      YuliangLiu0306 authored
      * pass gpt trace and meta_prop
      
      * pass t5 trace and meta_prop
      
      * [FX] refactor experimental tracer and adapt it with hf models
      
      * pass all mainstream model zoo
      
      * fix CI
      
      * fix CI
      
      * fix CI
      
      * fix CI
      
      * fix CI
      
      * fix CI
      
      * fix CI
      
      * fix CI
      
      * skip tests
      
      * fix CI
      
      * using packaging version
      
      * polish
      f57d3495
  5. 20 Mar, 2023 3 commits
  6. 15 Mar, 2023 4 commits
  7. 14 Mar, 2023 2 commits
  8. 07 Mar, 2023 1 commit
  9. 02 Dec, 2022 2 commits
  10. 25 Nov, 2022 1 commit
  11. 10 Nov, 2022 3 commits
  12. 08 Nov, 2022 2 commits
  13. 04 Nov, 2022 1 commit
  14. 02 Nov, 2022 1 commit
  15. 01 Nov, 2022 2 commits
  16. 26 Oct, 2022 1 commit
  17. 20 Oct, 2022 1 commit
  18. 19 Oct, 2022 1 commit
  19. 18 Oct, 2022 1 commit
    • Super Daniel's avatar
      [fx/meta/rpc] move _meta_registration.py to fx folder / register fx functions... · 393f5940
      Super Daniel authored
      [fx/meta/rpc] move _meta_registration.py to fx folder / register fx functions with compatibility checks / remove color debug (#1710)
      
      * [fx] move meta registration
      
      * [fx] fix tests.
      
      * [fx] fix test.
      
      * [fx] fix.
      
      * [meta] refactor meta registration.py.
      
      * [fx] add compatibility descriptions.
      
      * [fx] polish import.
      
      * [fx] add a decorator.
      
      * [fx] fix tests.
      
      * [fx] remove print.
      
      * [fx] edit raise error.
      
      * [fx] edit raise error.
      
      * [fx] add type hint.
      
      * [fx] fix import in experimental.
      
      * [rpc] remove color debug.
      
      * [meta] fix naming.
      393f5940
  20. 12 Oct, 2022 1 commit
  21. 11 Oct, 2022 1 commit
  22. 03 Oct, 2022 1 commit
    • Boyuan Yao's avatar
      [autoparallel] add rotor C version (#1658) · 1df98d5b
      Boyuan Yao authored
      * [autoparallel] add rotor c version
      
      * [fx] remove metainfoprop in rotor solver
      
      * [autoparallel] modify C
       code format
      
      * [autoparallel] remove build.py
      
      * [autoparallel] fix C extension build
      
      * [autoparallel] add C solver consistency test
      
      * [autoparallel] remove some unused imports
      
      * [autoparallel] refactor rotor solver code
      
      * [autoparallel] replace print with colossalai logger
      
      * [autoparallel] ranks fixed
      1df98d5b
  23. 27 Sep, 2022 2 commits
  24. 23 Sep, 2022 2 commits
  25. 20 Sep, 2022 1 commit
  26. 14 Sep, 2022 2 commits
    • Boyuan Yao's avatar
      [fx] Add offload codegen (#1598) · a7cda6f5
      Boyuan Yao authored
      * [fx] add input activation offload to codegen
      
      * [fx] modify unit test
      
      * [fx] remove two skips in torch11
      
      * [fx] use all_input_nodes instead of _input_nodes
      a7cda6f5
    • Super Daniel's avatar
      [hotfix/rotor] fix variable names (#1597) · c8e9b2ad
      Super Daniel authored
      * [fx] add some comment and docstrings.
      
      * [fx] add dataflow analysis for an autograd graph.
      
      * add intepretation for graph analysis.
      
      * [fx] before doing save_tensor_hooks.
      
      * [fx] provide an accurate estimation of memory except for GPT-2.
      
      * [fx] provide an accurate estimation of memory except for GPT-2.
      
      * [fx] provide an accurate estimation of memory except for GPT-2.
      
      * [fx] a very accurate version on GPT-2.
      
      * [fx] refactor code.
      
      * [fx] remove redundant inplace=True.
      
      * [fx] refactor code.
      
      * [fx] refactor code.
      
      * [fx] refactor code.
      
      * [fx] dive into backward memory.
      
      * [fx] fix variable names in ckpt_solvers and unskip tests.
      
      * [fx] commit my changes.
      
      * [fx] restore skips.
      
      * [fx] restore skips.
      
      * [fx] chaange stage into phase.
      
      * [fx] chaange stage into phase.
      
      * [fx] chaange stage into phase.
      c8e9b2ad