ColossalAI/colossalai/auto_parallel/tensor_shard/node_handler
Frank Lee 8b8937d901
[autoparallel] fixed wrong generated strategy for dot op (#1746)
* [autoparallel] fixed wrong generated strategy for dot op

* polish code
2022-10-20 15:18:16 +08:00
..
strategy [autoparallel] fixed wrong generated strategy for dot op (#1746) 2022-10-20 15:18:16 +08:00
__init__.py [autoparallel] fixed wrong generated strategy for dot op (#1746) 2022-10-20 15:18:16 +08:00
batch_norm_handler.py [autoparallel] resnet block runtime apply (#1709) 2022-10-17 13:37:38 +08:00
bmm_handler.py [autoparallel] fixed wrong generated strategy for dot op (#1746) 2022-10-20 15:18:16 +08:00
conv_handler.py [autoparallel] handled illegal sharding strategy in shape consistency (#1744) 2022-10-20 12:06:25 +08:00
getitem_handler.py [autoparallel] refactored the autoparallel module for organization (#1706) 2022-10-14 13:27:00 +08:00
layer_norm_handler.py [autoparallel] refactored the autoparallel module for organization (#1706) 2022-10-14 13:27:00 +08:00
linear_handler.py [autoparallel] fixed wrong generated strategy for dot op (#1746) 2022-10-20 15:18:16 +08:00
node_handler.py [autoparallel] handled illegal sharding strategy in shape consistency (#1744) 2022-10-20 12:06:25 +08:00
normal_pooling_handler.py [autoparallel] refactored the autoparallel module for organization (#1706) 2022-10-14 13:27:00 +08:00
output_handler.py [autoparallel] refactored the autoparallel module for organization (#1706) 2022-10-14 13:27:00 +08:00
placeholder_handler.py [autoparallel] refactored the autoparallel module for organization (#1706) 2022-10-14 13:27:00 +08:00
registry.py [autoparallel] refactored the autoparallel module for organization (#1706) 2022-10-14 13:27:00 +08:00
reshape_handler.py [autoparallel] resnet block runtime apply (#1709) 2022-10-17 13:37:38 +08:00
unary_elementwise_handler.py [autoparallel] refactored the autoparallel module for organization (#1706) 2022-10-14 13:27:00 +08:00
where_handler.py [autoparallel] refactored the autoparallel module for organization (#1706) 2022-10-14 13:27:00 +08:00