Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[autoparallel] init new folder structure #1696

Conversation

FrankLeeeee
Copy link
Contributor

This PR simply initialized the new module structure so that different sub-modules can work together. The new module structure will be like:

  • Colossalai
    • auto_parallel
      • tensor_shard
        • deprecated
        • solver
          • Solver
          • graph_analyser
          • strategy_constructor
          • cost_graph
        • node_handler
          • strategy_generator
        • sharding_strategy
        • runtime
        • constants
        • utils
      • pipeline_shard
        • ...
      • checkpoint
        • ckpt_solver_base (linearise)
        • ckpt_solver_chen
        • ckpt_solver_rotor
    • fx
      • codegen
        • activation_codegen (need refactor)
      • passes
        • meta_info_prop
      • profiler
        • opcount
        • profiler
        • memory
        • utils (should consider sharding)

@YuliangLiu0306 YuliangLiu0306 merged commit e2355d0 into hpcaitech:main Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants