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

[RUST][FRONTEND] Add rust frontend v0.1 #2292

Merged
merged 20 commits into from
Feb 3, 2019
Merged

[RUST][FRONTEND] Add rust frontend v0.1 #2292

merged 20 commits into from
Feb 3, 2019

Commits on Feb 3, 2019

  1. [RUST][FRONTEND] Add rust frontend v0.1

    ehsanmok authored and nhynes committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    6f662d3 View commit details
    Browse the repository at this point in the history
  2. Fix pointers

    nhynes committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    5565751 View commit details
    Browse the repository at this point in the history
  3. Fix basic test and resnet

    ehsanmok authored and nhynes committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    4e0f7f1 View commit details
    Browse the repository at this point in the history
  4. Add feature option_replace for now

    ehsanmok authored and nhynes committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    8e76b1e View commit details
    Browse the repository at this point in the history
  5. Update tests

    nhynes committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    6a68865 View commit details
    Browse the repository at this point in the history
  6. Limit test threads to 1

    ehsanmok authored and nhynes committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    668b79b View commit details
    Browse the repository at this point in the history
  7. Misc improvements

    nhynes committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    a722eb4 View commit details
    Browse the repository at this point in the history
  8. Update rustfmt

    nhynes committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    f52d0f6 View commit details
    Browse the repository at this point in the history
  9. Update TVMType from str

    nhynes committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    199b90a View commit details
    Browse the repository at this point in the history
  10. Update basic test

    nhynes committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    6ad9c83 View commit details
    Browse the repository at this point in the history
  11. Update callback test

    nhynes committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    849eff7 View commit details
    Browse the repository at this point in the history
  12. Fix lifetimes

    nhynes committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    87c4b01 View commit details
    Browse the repository at this point in the history
  13. Flatten runtime

    nhynes committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    801436c View commit details
    Browse the repository at this point in the history
  14. cargo fix runtime

    nhynes committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    a3b01f3 View commit details
    Browse the repository at this point in the history
  15. hide rustfmt.toml

    nhynes committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    e736525 View commit details
    Browse the repository at this point in the history
  16. Fix tests

    nhynes committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    43da446 View commit details
    Browse the repository at this point in the history
  17. cargo fix bindings

    nhynes committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    12b080e View commit details
    Browse the repository at this point in the history
  18. Fix tests

    nhynes committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    a86cd6d View commit details
    Browse the repository at this point in the history
  19. Update CI parts

    nhynes committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    0d6d04e View commit details
    Browse the repository at this point in the history
  20. Fix build_resnet

    nhynes committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    4143aa3 View commit details
    Browse the repository at this point in the history