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

[REFACTOR][TIR] Migrate most of low-level build to use the Pass Manager. #5225

Merged
merged 4 commits into from
Apr 3, 2020

Commits on Apr 3, 2020

  1. [REFACTOR][TIR] Migrate most of low-level build to use the Pass Manager.

    - SplitHostDevice
    - ThreadSync
    - BindDevice
    - LowerThreadAllreduce
    - Provide a temp fix for printing IRModule with PrimFunc before the formal text printer.
    tqchen committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    8cf233d View commit details
    Browse the repository at this point in the history
  2. Address comments, fix tests.

    tqchen committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    83c2ce3 View commit details
    Browse the repository at this point in the history
  3. Fix relay tests

    tqchen committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    273685f View commit details
    Browse the repository at this point in the history
  4. Explicit move

    tqchen committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    f789832 View commit details
    Browse the repository at this point in the history