ColossalAI/colossalai/tensor
ver217 c2fdc6a011
[tensor] derive compute pattern from dist spec (#971)
* derive compute pattern from dist spec

* polish code
2022-05-16 14:58:08 +08:00
..
_ops [tensor] derive compute pattern from dist spec (#971) 2022-05-16 14:58:08 +08:00
graph [Graph] building computing graph with ColoTensor, Linear only (#917) 2022-05-07 17:10:37 +08:00
optim [Tensor] initialize the ColoOptimizer (#898) 2022-04-28 15:23:40 +08:00
__init__.py [tensor] design DistSpec and DistSpecManager for ColoTensor (#934) 2022-05-13 15:13:52 +08:00
colo_parameter.py [Tensor] init ColoParameter (#914) 2022-05-06 12:57:14 +08:00
colo_tensor.py [tensor] design DistSpec and DistSpecManager for ColoTensor (#934) 2022-05-13 15:13:52 +08:00
const.py [Tensor] init ColoParameter (#914) 2022-05-06 12:57:14 +08:00
dist_spec.py [tensor] derive compute pattern from dist spec (#971) 2022-05-16 14:58:08 +08:00
dist_spec_mgr.py add DistSpec for loss and test_model (#947) 2022-05-13 20:29:50 +08:00
op_wrapper.py
spec.py [tensor] derive compute pattern from dist spec (#971) 2022-05-16 14:58:08 +08:00
utils.py