mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-28 08:17:57 +00:00
* [autoparallel] integrate new analyzer in module level * unify the profiling method * polish * fix no codegen bug * fix pass bug * fix liveness test * polish
4 lines
95 B
Python
4 lines
95 B
Python
from .meta_registry import *
|
|
from .registry import meta_register
|
|
from .shard_metainfo import *
|