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

[BYOC] JSON Runtime with DNNL End-to-End Flow #5919

Merged
merged 30 commits into from
Jul 10, 2020
Merged

Commits on Jul 10, 2020

  1. json runtime

    zhiics authored and comaniac committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    4b0116f View commit details
    Browse the repository at this point in the history
  2. json dnnl WIP

    zhiics authored and comaniac committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    96bcc0c View commit details
    Browse the repository at this point in the history
  3. fix ArrayNode usages

    comaniac committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    e273c10 View commit details
    Browse the repository at this point in the history
  4. Support composite functions

    comaniac committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    cae8b59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9594047 View commit details
    Browse the repository at this point in the history
  6. add a more complex example

    comaniac committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    e1353a8 View commit details
    Browse the repository at this point in the history
  7. fix bias memory issue

    comaniac committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    4a11ffc View commit details
    Browse the repository at this point in the history
  8. rebase to upstream

    zhiics authored and comaniac committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    ae7517c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    67ff4e3 View commit details
    Browse the repository at this point in the history
  10. support composite functions

    comaniac committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    e76860f View commit details
    Browse the repository at this point in the history
  11. support DNNL constant

    comaniac committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    71f9e96 View commit details
    Browse the repository at this point in the history
  12. handle constant

    zhiics authored and comaniac committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    896e4d0 View commit details
    Browse the repository at this point in the history
  13. clean up

    zhiics authored and comaniac committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    f4c023a View commit details
    Browse the repository at this point in the history
  14. Simplify dnnl user code

    zhiics authored and comaniac committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    edd8d36 View commit details
    Browse the repository at this point in the history
  15. GetDataSize

    zhiics authored and comaniac committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    ededaf1 View commit details
    Browse the repository at this point in the history
  16. fix dense bug

    comaniac committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    8f9215a View commit details
    Browse the repository at this point in the history
  17. improve cmake

    comaniac committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    57a90fc View commit details
    Browse the repository at this point in the history
  18. zero copy

    zhiics authored and comaniac committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    cd843d1 View commit details
    Browse the repository at this point in the history
  19. add unit test

    comaniac committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    d8929a6 View commit details
    Browse the repository at this point in the history
  20. move json to contrib/json

    zhiics authored and comaniac committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    5e34210 View commit details
    Browse the repository at this point in the history
  21. fix cmake

    zhiics authored and comaniac committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    ade0d27 View commit details
    Browse the repository at this point in the history
  22. lint

    zhiics authored and comaniac committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    3ec8b84 View commit details
    Browse the repository at this point in the history
  23. max_digits10 for fp serialization

    zhiics authored and comaniac committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    8535921 View commit details
    Browse the repository at this point in the history
  24. only keep base getfunction

    zhiics authored and comaniac committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    2078607 View commit details
    Browse the repository at this point in the history
  25. fix lint

    comaniac committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    7a78ff8 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c5af62d View commit details
    Browse the repository at this point in the history
  27. address comments

    comaniac committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    5d37beb View commit details
    Browse the repository at this point in the history
  28. enable ci

    comaniac committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    872a60d View commit details
    Browse the repository at this point in the history
  29. address comment; fix bug

    comaniac committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    12312f5 View commit details
    Browse the repository at this point in the history
  30. address comment

    comaniac committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    b012904 View commit details
    Browse the repository at this point in the history