mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-01 17:17:05 +00:00
[analyzer] a minimal implementation of static graph analyzer (#2852)
* [hotfix] meta tensor default device. * [siu] add experimental submodules to main branch. * [siu] * [siu] * [analyzer] init. * [analyzer] readme. * [analyzer] readme. * [analyzer] readme. * [analyzer] readme. * [test] add test. * Update symbolic_trace.py * mark skip tests. * try except. * try except. * try except. * s * init * init * fix * skip * skip --------- Co-authored-by: Daniel Shao <superdainiu@MININT-PVARVID.fareast.corp.microsoft.com> Co-authored-by: Daniel Shao <superdainiu@Daniels-Mac.local>
This commit is contained in:
4
colossalai/_analyzer/_subclasses/__init__.py
Normal file
4
colossalai/_analyzer/_subclasses/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from ._meta_registration import *
|
||||
from ._monkey_patch import *
|
||||
from .flop_tensor import flop_count, flop_mapping
|
||||
from .meta_tensor import MetaTensor, MetaTensorMode
|
Reference in New Issue
Block a user