Skip to content

Commit

Permalink
[fx] Add pofo solver (#1608)
Browse files Browse the repository at this point in the history
* [fx] add pofo algorithm

* [fx] Add pofo solver

* [fx] code refactor

* [fx] fix test_linearize import
  • Loading branch information
Cypher30 committed Sep 20, 2022
1 parent d32cf84 commit 933b6c6
Show file tree
Hide file tree
Showing 5 changed files with 450 additions and 13 deletions.
1 change: 1 addition & 0 deletions colossalai/fx/passes/algorithms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from .ckpt_solver_chen import chen_greedy
from .linearize import linearize
from .ckpt_solver_rotor import solver_rotor
from .ckpt_solver_pofo import solver_pofo

0 comments on commit 933b6c6

Please sign in to comment.