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

[Parser] Parser 2.0 part 2 #6162

Merged
merged 48 commits into from
Aug 11, 2020
Merged

[Parser] Parser 2.0 part 2 #6162

merged 48 commits into from
Aug 11, 2020

Commits on Aug 7, 2020

  1. Configuration menu
    Copy the full SHA
    fbe3a5b View commit details
    Browse the repository at this point in the history
  2. Fix errors parsing ResNet

    jroesch committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    4c61844 View commit details
    Browse the repository at this point in the history
  3. Parse metadata section efficiently and do most of plumbing to resolve…

    … metadata section references.
    jroesch committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    432e0d9 View commit details
    Browse the repository at this point in the history
  4. WIP

    jroesch committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    71dc90c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b940e8b View commit details
    Browse the repository at this point in the history
  6. Meta references now work

    jroesch committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    089b342 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a4cfb3f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0cb6c85 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4502adc View commit details
    Browse the repository at this point in the history
  10. Kill to_json

    jroesch committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    39df873 View commit details
    Browse the repository at this point in the history
  11. Fix comment in type_infer.cc

    jroesch committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    b7dd570 View commit details
    Browse the repository at this point in the history
  12. Remove old parser

    jroesch committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    9968fdf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1113953 View commit details
    Browse the repository at this point in the history
  14. Record span end information

    jroesch committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    669aafc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9be4e7b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ab782e6 View commit details
    Browse the repository at this point in the history
  17. Start passing spans

    jroesch committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    b7e7fc5 View commit details
    Browse the repository at this point in the history
  18. Pass spans around visitors

    jroesch committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    486f779 View commit details
    Browse the repository at this point in the history
  19. Format

    jroesch committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    4daa1fe View commit details
    Browse the repository at this point in the history
  20. Fix

    jroesch committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    07f8789 View commit details
    Browse the repository at this point in the history
  21. Fix

    jroesch committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    1fcde63 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    13a4e96 View commit details
    Browse the repository at this point in the history
  23. Fix tokenizer

    jroesch committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    4314584 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    46dbc41 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    9932b9d View commit details
    Browse the repository at this point in the history
  26. Formatting

    jroesch committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    bb8171c View commit details
    Browse the repository at this point in the history
  27. Add span doc fields

    jroesch committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    597bf25 View commit details
    Browse the repository at this point in the history
  28. Add format tweak

    jroesch committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    dc158c1 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    0e54e6f View commit details
    Browse the repository at this point in the history
  30. Update gradient.rly

    jroesch committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    4557fed View commit details
    Browse the repository at this point in the history
  31. Clean up broken spans

    jroesch committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    7ef4e76 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    10f2531 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    16c9276 View commit details
    Browse the repository at this point in the history
  34. Tweak

    jroesch committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    d521757 View commit details
    Browse the repository at this point in the history
  35. Tweak

    jroesch committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    aaea54a View commit details
    Browse the repository at this point in the history
  36. Format

    jroesch committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    99bee2a View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    4510899 View commit details
    Browse the repository at this point in the history
  38. Format

    jroesch committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    c991440 View commit details
    Browse the repository at this point in the history
  39. Fix path

    jroesch committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    50b517c View commit details
    Browse the repository at this point in the history
  40. WIP

    jroesch committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    6d1a38d View commit details
    Browse the repository at this point in the history
  41. WIP

    jroesch committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    2e7bdbd View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2020

  1. Fix ir_text_printer

    jroesch committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    e3e5ef8 View commit details
    Browse the repository at this point in the history
  2. format

    jroesch committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    2a8d67a View commit details
    Browse the repository at this point in the history
  3. Formatted

    jroesch committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    470bd86 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2020

  1. More formatting

    jroesch committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    43dfe42 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Repair test cases

    jroesch committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    7fa4c3f View commit details
    Browse the repository at this point in the history
  2. Fix CI

    jroesch committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    dd61083 View commit details
    Browse the repository at this point in the history
  3. Retrigger CI

    jroesch committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    77397ba View commit details
    Browse the repository at this point in the history