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] [VIRTUALDEVICE] Change syntax for device planning and store parameter virtual devices in virtual_device_ field #10352

Merged
merged 32 commits into from
Feb 25, 2022

Commits on Feb 22, 2022

  1. parent 33082e0

    author electriclilies <lilyorthsmith@gmail.com> 1643141097 -0800
    committer Lily Orth-Smith <lilyorthsmith@gmail.com> 1645560059 -0800
    
    Store function param virtual devices in virtual_device_ field
    
    Fix test_annotation.py and change result_virtual_device to virtual_device
    electriclilies committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    dc6053b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69acc6d View commit details
    Browse the repository at this point in the history
  3. Fix free var problem

    electriclilies committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    a92ab15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30fff16 View commit details
    Browse the repository at this point in the history
  5. fixed lambda lifting

    electriclilies committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    167e4fd View commit details
    Browse the repository at this point in the history
  6. Debugging high order functions -- right now FunctionOnDevice and Bind…

    … are mutually recursive. This needs to not be the case.
    electriclilies committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    e3a2ec2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a95ae9d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e62bce8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    904b93a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5224b64 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fd97879 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3236a2d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e269437 View commit details
    Browse the repository at this point in the history
  14. lint

    electriclilies committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    e642a5a View commit details
    Browse the repository at this point in the history
  15. lint

    electriclilies committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    6c6e5e5 View commit details
    Browse the repository at this point in the history
  16. Python formatting

    electriclilies committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    a344e15 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    231d040 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f5e6d2 View commit details
    Browse the repository at this point in the history
  3. Fix text printer

    electriclilies committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    f71601d View commit details
    Browse the repository at this point in the history
  4. lint

    electriclilies committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    e8e5a09 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad4c97a View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Mark nits

    electriclilies committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    78d063e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f10769 View commit details
    Browse the repository at this point in the history
  3. clean up debug

    electriclilies committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    b20dce7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8bacaba View commit details
    Browse the repository at this point in the history
  5. Fix lambda lift

    electriclilies committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    41870f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d346d9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c4939e6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    001a063 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2075dad View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Respond to comments

    electriclilies committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    9dda0c1 View commit details
    Browse the repository at this point in the history
  2. Update comment

    electriclilies committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    5bf526a View commit details
    Browse the repository at this point in the history