ColossalAI/colossalai/auto_parallel/solver/op_handler
Frank Lee d925122020
[autoparallel] added new linear module handler (#1616)
2022-09-21 12:23:21 +08:00
..
__init__.py [autoparallel] add bcast op handler (#1600) 2022-09-16 11:33:01 +08:00
batch_norm_handler.py [autoparallel] add bcast op handler (#1600) 2022-09-16 11:33:01 +08:00
bcast_op_handler.py [autoparallel]add bcast matmul strategies (#1605) 2022-09-20 11:26:21 +08:00
conv_handler.py [autoparallel] add bcast op handler (#1600) 2022-09-16 11:33:01 +08:00
dot_handler.py [autoparallel]add bcast matmul strategies (#1605) 2022-09-20 11:26:21 +08:00
dot_handler_v2.py [autoparallel] added new linear module handler (#1616) 2022-09-21 12:23:21 +08:00
node_handler.py [autoparallel] added new linear module handler (#1616) 2022-09-21 12:23:21 +08:00
operator_handler.py [autoparallel] added strategy generator and bmm strategies (#1602) 2022-09-15 16:57:07 +08:00
registry.py [autoparallel] added new node handler (#1612) 2022-09-20 14:17:21 +08:00
reshape_handler.py [autoparallel] add bcast op handler (#1600) 2022-09-16 11:33:01 +08:00
strategy_generator.py [autoparallel] added all non-bcast matmul strategies (#1603) 2022-09-16 10:47:32 +08:00