ColossalAI/colossalai/auto_parallel/tensor_shard/node_handler
YuliangLiu0306 d3d4630495
[autoparallel] add sum handler (#2101)
2022-12-08 17:02:54 +08:00
..
experimental [autoparallel] add split handler (#2032) 2022-11-29 11:03:51 +08:00
strategy [autoparallel] add sum handler (#2101) 2022-12-08 17:02:54 +08:00
__init__.py [autoparallel] add sum handler (#2101) 2022-12-08 17:02:54 +08:00
addmm_handler.py [autoparallel] support addmm in tracer and solver (#1961) 2022-11-16 14:59:18 +08:00
batch_norm_handler.py [autoparallel] resnet block runtime apply (#1709) 2022-10-17 13:37:38 +08:00
binary_elementwise_handler.py [autoparallel]add essential CommActions for broadcast oprands (#1793) 2022-11-04 18:36:42 +08:00
bmm_handler.py [autoparallel]add essential CommActions for broadcast oprands (#1793) 2022-11-04 18:36:42 +08:00
conv_handler.py [autoparallel] fixed wrong sharding strategy in conv handler (#1747) 2022-10-20 16:12:39 +08:00
embedding_handler.py [autoparallel]add embedding handler (#2089) 2022-12-07 09:41:46 +08:00
getatrr_handler.py [autoparallel] add getattr handler (#1767) 2022-11-03 12:31:33 +08:00
getitem_handler.py
layer_norm_handler.py
linear_handler.py [autoparallel] complete gpt related module search (#2097) 2022-12-08 10:04:09 +08:00
matmul_handler.py [autoparallel] support addmm in tracer and solver (#1961) 2022-11-16 14:59:18 +08:00
node_handler.py [autoparallel] use pytree map style to process data (#1989) 2022-11-21 10:44:22 +08:00
normal_pooling_handler.py
output_handler.py [autoparallel] support distributed dataloader option (#1906) 2022-11-17 20:11:53 +08:00
placeholder_handler.py [autoparallel] support distributed dataloader option (#1906) 2022-11-17 20:11:53 +08:00
registry.py [autoparallel] added binary elementwise node handler (#1758) 2022-10-25 14:32:01 +08:00
reshape_handler.py [autoparallel] add tensor constructor handler (#2082) 2022-12-06 10:20:10 +08:00
sum_handler.py [autoparallel] add sum handler (#2101) 2022-12-08 17:02:54 +08:00
tensor_constructor_handler.py [autoparallel] add tensor constructor handler (#2082) 2022-12-06 10:20:10 +08:00
unary_elementwise_handler.py [autoparallel] complete gpt block searching (#2065) 2022-12-06 10:17:10 +08:00
where_handler.py [autoparallel] adapt handlers with attention block (#1990) 2022-11-21 10:44:11 +08:00