ColossalAI/colossalai/auto_parallel/solver
YuliangLiu0306 42b882ef06
[autoparallel] add output handler and placeholder handler (#1694)
* [autoparallel] add output handler and placeholder handler

* Delete test_solver_with_resnet.py

* fix test bugs
2022-10-13 13:42:36 +08:00
..
op_handler [autoparallel] add output handler and placeholder handler (#1694) 2022-10-13 13:42:36 +08:00
strategy [autoparallel] add output handler and placeholder handler (#1694) 2022-10-13 13:42:36 +08:00
__init__.py [autoparallel] added solver option dataclass (#1588) 2022-09-13 14:47:09 +08:00
_utils.py [autoparallel] update CommSpec (#1667) 2022-09-29 11:20:59 +08:00
constants.py [hotfix] solver bug caused by dict type comm cost (#1686) 2022-10-11 17:57:03 +08:00
cost_graph.py [autoparallel] remove no strategy nodes (#1652) 2022-09-29 10:43:25 +08:00
graph_analysis.py [autoparallel] adapt solver with resnet (#1583) 2022-09-13 12:07:09 +08:00
options.py [autoparallel] added solver option dataclass (#1588) 2022-09-13 14:47:09 +08:00
sharding_strategy.py [autoparallel] add output handler and placeholder handler (#1694) 2022-10-13 13:42:36 +08:00
solver.py [hotfix] solver bug caused by dict type comm cost (#1686) 2022-10-11 17:57:03 +08:00
strategies_constructor.py [autoparallel] remove no strategy nodes (#1652) 2022-09-29 10:43:25 +08:00