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

[Relay] Remove memory planing from LowerTEPass #8974

Merged
merged 18 commits into from
Sep 15, 2021
Merged

Commits on Sep 7, 2021

  1. Clean up LowerTEPass

    Add attrs to IRModule equal and hash
    
    Make LowerTEPass opt_level 0
    
    Copy IRModule attrs to per_target_modules
    
    Add ShallowCopy to IRmodule
    electriclilies committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    f50495b View commit details
    Browse the repository at this point in the history
  2. Fix rebase

    electriclilies committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    6d00a9c View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Remove comment

    electriclilies committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    3d2ba1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee52039 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c68f446 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Configuration menu
    Copy the full SHA
    48cb35d View commit details
    Browse the repository at this point in the history
  2. Fix linting errors

    mikepapadim committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    8a0a3c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    074ed40 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Fix PR comments

    mikepapadim committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    9733283 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a1beb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03a208c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b3fb11 View commit details
    Browse the repository at this point in the history
  5. Fix aot failed tests

    mikepapadim committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    b965443 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Configuration menu
    Copy the full SHA
    66168f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Configuration menu
    Copy the full SHA
    8dfec81 View commit details
    Browse the repository at this point in the history
  2. Revert whitespaces fixes

    mikepapadim committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    c4cc22d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed2c1cc View commit details
    Browse the repository at this point in the history
  4. Address PR comments

    mikepapadim committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    ce9fbdf View commit details
    Browse the repository at this point in the history