1. 24 Sep, 2022 1 commit
  2. 23 Sep, 2022 14 commits
  3. 22 Sep, 2022 2 commits
  4. 21 Sep, 2022 1 commit
  5. 20 Sep, 2022 9 commits
  6. 19 Sep, 2022 2 commits
  7. 16 Sep, 2022 3 commits
  8. 15 Sep, 2022 3 commits
  9. 14 Sep, 2022 5 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
    • YuliangLiu0306's avatar
      [autoparallel] add reshape handler (#1594) · faa23b9d
      YuliangLiu0306 authored
      * [autoparallel] add reshape handler
      
      * polish code
      faa23b9d
    • github-actions[bot]'s avatar
    • Super Daniel's avatar
      [fx] provide an accurate estimation of memory. (#1587) · 5c494d45
      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.
      5c494d45