ColossalAI/colossalai/auto_parallel/solver/op_handler
Frank Lee 3abf98a633
[autoparallel] added all non-bcast matmul strategies (#1603)
2022-09-16 10:47:32 +08:00
..
__init__.py [autoparallel] add reshape handler (#1594) 2022-09-14 10:25:45 +08:00
batch_norm_handler.py [autoparallel] refactored shape consistency to remove redundancy (#1591) 2022-09-13 18:30:18 +08:00
conv_handler.py [autoparallel] refactored shape consistency to remove redundancy (#1591) 2022-09-13 18:30:18 +08:00
dot_handler.py [autoparallel] added all non-bcast matmul strategies (#1603) 2022-09-16 10:47:32 +08:00
operator_handler.py [autoparallel] added strategy generator and bmm strategies (#1602) 2022-09-15 16:57:07 +08:00
reshape_handler.py [autoparallel] add reshape handler (#1594) 2022-09-14 10:25:45 +08:00
strategy_generator.py [autoparallel] added all non-bcast matmul strategies (#1603) 2022-09-16 10:47:32 +08:00