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][Runtime] Implementation of Relay VM #2889

Merged
merged 30 commits into from
May 9, 2019
Merged

Commits on May 9, 2019

  1. Implement the virtual machine

    Co-Authored-By: wweic <[email protected]>
    jroesch and wweic committed May 9, 2019
    Configuration menu
    Copy the full SHA
    e287bb2 View commit details
    Browse the repository at this point in the history
  2. Fix rebase build issues

    jroesch committed May 9, 2019
    Configuration menu
    Copy the full SHA
    e5ac94c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5dfc0e6 View commit details
    Browse the repository at this point in the history
  4. Remove compiler

    jroesch committed May 9, 2019
    Configuration menu
    Copy the full SHA
    97406a2 View commit details
    Browse the repository at this point in the history
  5. Remove tests

    jroesch committed May 9, 2019
    Configuration menu
    Copy the full SHA
    4639b74 View commit details
    Browse the repository at this point in the history
  6. Remove backend/vm/vm.cc too

    jroesch committed May 9, 2019
    Configuration menu
    Copy the full SHA
    5c3c163 View commit details
    Browse the repository at this point in the history
  7. Fix docs

    jroesch committed May 9, 2019
    Configuration menu
    Copy the full SHA
    e66e807 View commit details
    Browse the repository at this point in the history
  8. Fix doc

    jroesch committed May 9, 2019
    Configuration menu
    Copy the full SHA
    9a925c7 View commit details
    Browse the repository at this point in the history
  9. Fix doc

    jroesch committed May 9, 2019
    Configuration menu
    Copy the full SHA
    1863315 View commit details
    Browse the repository at this point in the history
  10. Add vm docs

    jroesch committed May 9, 2019
    Configuration menu
    Copy the full SHA
    d9cb9f4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    60a5c23 View commit details
    Browse the repository at this point in the history
  12. Remove Relay logging

    jroesch committed May 9, 2019
    Configuration menu
    Copy the full SHA
    5e29506 View commit details
    Browse the repository at this point in the history
  13. Remove reduce

    jroesch committed May 9, 2019
    Configuration menu
    Copy the full SHA
    4dc4bc0 View commit details
    Browse the repository at this point in the history
  14. Update include/tvm/runtime/vm.h

    Co-Authored-By: jroesch <[email protected]>
    wweic and jroesch committed May 9, 2019
    Configuration menu
    Copy the full SHA
    3724a21 View commit details
    Browse the repository at this point in the history
  15. Reformat

    jroesch committed May 9, 2019
    Configuration menu
    Copy the full SHA
    1ed746e View commit details
    Browse the repository at this point in the history
  16. Update include/tvm/runtime/vm.h

    Co-Authored-By: jroesch <[email protected]>
    wweic and jroesch committed May 9, 2019
    Configuration menu
    Copy the full SHA
    0a6e4e4 View commit details
    Browse the repository at this point in the history
  17. Address feedback

    jroesch committed May 9, 2019
    Configuration menu
    Copy the full SHA
    0a59439 View commit details
    Browse the repository at this point in the history
  18. Update include/tvm/runtime/vm.h

    Co-Authored-By: jroesch <[email protected]>
    zhiics and jroesch committed May 9, 2019
    Configuration menu
    Copy the full SHA
    0920565 View commit details
    Browse the repository at this point in the history
  19. Apply suggestions from code review

    Co-Authored-By: jroesch <[email protected]>
    zhiics and jroesch committed May 9, 2019
    Configuration menu
    Copy the full SHA
    17b16c0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    35efa9f View commit details
    Browse the repository at this point in the history
  21. Last couple comments

    jroesch committed May 9, 2019
    Configuration menu
    Copy the full SHA
    06d9c38 View commit details
    Browse the repository at this point in the history
  22. Update include/tvm/runtime/vm.h

    Co-Authored-By: jroesch <[email protected]>
    wweic and jroesch committed May 9, 2019
    Configuration menu
    Copy the full SHA
    7f9338e View commit details
    Browse the repository at this point in the history
  23. Address code review feedback

    jroesch committed May 9, 2019
    Configuration menu
    Copy the full SHA
    a91d224 View commit details
    Browse the repository at this point in the history
  24. Fix final comment

    jroesch committed May 9, 2019
    Configuration menu
    Copy the full SHA
    2356ab8 View commit details
    Browse the repository at this point in the history
  25. Address comments

    wweic authored and jroesch committed May 9, 2019
    Configuration menu
    Copy the full SHA
    03f749c View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    99510dd View commit details
    Browse the repository at this point in the history
  27. Error reporting and example

    wweic authored and jroesch committed May 9, 2019
    Configuration menu
    Copy the full SHA
    71237c9 View commit details
    Browse the repository at this point in the history
  28. add Const

    wweic authored and jroesch committed May 9, 2019
    Configuration menu
    Copy the full SHA
    87b0698 View commit details
    Browse the repository at this point in the history
  29. Fix rebase

    jroesch committed May 9, 2019
    Configuration menu
    Copy the full SHA
    cc74bd7 View commit details
    Browse the repository at this point in the history
  30. Pass 3rd arg to fusion

    jroesch committed May 9, 2019
    Configuration menu
    Copy the full SHA
    e9983f4 View commit details
    Browse the repository at this point in the history