You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ColossalAI/colossalai/auto_parallel/tensor_shard/node_handler
YuliangLiu0306 aa0f6686f9
[autoparallel] accelerate gpt2 training (#2495)
2 years ago
..
experimental [autoparallel] add split handler (#2032) 2 years ago
strategy [autoparallel] accelerate gpt2 training (#2495) 2 years ago
__init__.py [autoparallel] add shard option (#2423) 2 years ago
addmm_handler.py [autoparallel] support addmm in tracer and solver (#1961) 2 years ago
batch_norm_handler.py [autoparallel] use metainfo in handler (#2149) 2 years ago
binary_elementwise_handler.py [autoparallel] update binary elementwise handler (#2451) 2 years ago
bmm_handler.py [autoparallel]add essential CommActions for broadcast oprands (#1793) 2 years ago
conv_handler.py [autoparallel] use metainfo in handler (#2149) 2 years ago
embedding_handler.py [autoparallel]add embedding handler (#2089) 2 years ago
getattr_handler.py [autoparallel] fix spelling error (#2270) 2 years ago
getitem_handler.py [NFC] polish colossalai/auto_parallel/tensor_shard/node_handler/getitem_handler.py code style (#2289) 2 years ago
layer_norm_handler.py [autoparallel] refactored the autoparallel module for organization (#1706) 2 years ago
linear_handler.py [autoparallel] use metainfo in handler (#2149) 2 years ago
matmul_handler.py [autoparallel] accelerate gpt2 training (#2495) 2 years ago
node_handler.py [autoparallel] add shard option (#2423) 2 years ago
normal_pooling_handler.py [autoparallel] use metainfo in handler (#2149) 2 years ago
option.py [autoparallel] add shard option (#2423) 2 years ago
output_handler.py [autoparallel] fix spelling error (#2270) 2 years ago
placeholder_handler.py [autoparallel] fix spelling error (#2270) 2 years ago
registry.py [autoparallel] added binary elementwise node handler (#1758) 2 years ago
reshape_handler.py [autockpt] make it work. (#2257) 2 years ago
softmax_handler.py [autoparallel] implement softmax handler (#2132) 2 years ago
sum_handler.py [autoparallel] add sum handler (#2101) 2 years ago
tensor_constructor_handler.py [autoparallel] add tensor constructor handler (#2082) 2 years ago
unary_elementwise_handler.py [autockpt] make it work. (#2257) 2 years ago
where_handler.py [autoparallel] adapt handlers with attention block (#1990) 2 years ago