ColossalAI/colossalai/auto_parallel/meta_profiler/__init__.py
YuliangLiu0306 ffcdbf0f65
[autoparallel]integrate auto parallel feature with new tracer (#3408)
* [autoparallel] integrate new analyzer in module level

* unify the profiling method

* polish

* fix no codegen bug

* fix pass bug

* fix liveness test

* polish
2023-04-04 17:40:45 +08:00

4 lines
95 B
Python

from .meta_registry import *
from .registry import meta_register
from .shard_metainfo import *