ColossalAI/colossalai/auto_parallel/meta_profiler/meta_registry
Boyuan Yao b904748210
[autoparallel] bypass MetaInfo when unavailable and modify BCAST_FUNC_OP metainfo (#2293)
* [autoparallel] align the data_ptr with the old version of auto activation checkpoint pipeline

* [autoparallel] using fwd_time and bwd_time instead of fwd_flop and bwd_flop

* [autoparallel] specifycomm nodes' memory cost in construct chain

* [autoparallel] fix wrong runtime apply calculation

* [autoparallel] fix wrong runtime apply calculation

* [autoparallel] fix wrong runtime apply calculation

* [autoparallel] bypass metainfo when available and modify BCAST_FUNC_OP
2023-01-03 20:28:01 +08:00
..
__init__.py [autoparallel] add binary elementwise metainfo for auto parallel (#2058) 2022-12-04 15:18:51 +08:00
activation.py [autoparallel] patch torch.flatten metainfo for autoparallel (#2247) 2023-01-02 15:51:03 +08:00
binary_elementwise_ops.py [autoparallel] bypass MetaInfo when unavailable and modify BCAST_FUNC_OP metainfo (#2293) 2023-01-03 20:28:01 +08:00
conv.py [autoparallel] Attach input, buffer and output tensor to MetaInfo class (#2162) 2022-12-28 13:37:40 +08:00
linear.py [autoparallel] Attach input, buffer and output tensor to MetaInfo class (#2162) 2022-12-28 13:37:40 +08:00
norm.py [autoparallel] Attach input, buffer and output tensor to MetaInfo class (#2162) 2022-12-28 13:37:40 +08:00
pooling.py [autoparallel] patch torch.flatten metainfo for autoparallel (#2247) 2023-01-02 15:51:03 +08:00