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, TOPI] Add numpy style cumsum op #7334

Merged
merged 27 commits into from
Jan 26, 2021
Merged

Commits on Jan 26, 2021

  1. Add cumsum relay/topi op

    masahi committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    66ebfdb View commit details
    Browse the repository at this point in the history
  2. relay tests working

    masahi committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    2f7c418 View commit details
    Browse the repository at this point in the history
  3. add torch frontend converter

    masahi committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    e2d498b View commit details
    Browse the repository at this point in the history
  4. fix for importing detr

    masahi committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    205a9a0 View commit details
    Browse the repository at this point in the history
  5. fix bad merge

    masahi committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    91a2c66 View commit details
    Browse the repository at this point in the history
  6. begin cuda cumsum

    masahi committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    49f7ce7 View commit details
    Browse the repository at this point in the history
  7. support non innermost axis

    masahi committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    eca7420 View commit details
    Browse the repository at this point in the history
  8. support rank higher than 3

    masahi committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    0e6b2c5 View commit details
    Browse the repository at this point in the history
  9. making binop parameter

    masahi committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    2c33718 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7cf958e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0b056a1 View commit details
    Browse the repository at this point in the history
  12. relay test working

    masahi committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    a8324fa View commit details
    Browse the repository at this point in the history
  13. fixed for bool input

    masahi committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    bb6340e View commit details
    Browse the repository at this point in the history
  14. remove pytorch change

    masahi committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    ae434e5 View commit details
    Browse the repository at this point in the history
  15. fix pylint

    masahi committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    3afe514 View commit details
    Browse the repository at this point in the history
  16. doc update

    masahi committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    55065df View commit details
    Browse the repository at this point in the history
  17. Update python/tvm/topi/cumsum.py

    Co-authored-by: Tristan Konolige <[email protected]>
    masahi and tkonolige committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    050d6aa View commit details
    Browse the repository at this point in the history
  18. Update tests/python/relay/test_op_level3.py

    Co-authored-by: Tristan Konolige <[email protected]>
    masahi and tkonolige committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    a6b71d2 View commit details
    Browse the repository at this point in the history
  19. add example outputs

    masahi committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    3ca20d8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0dabe12 View commit details
    Browse the repository at this point in the history
  21. adding more loop var names

    masahi committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    8ec333e View commit details
    Browse the repository at this point in the history
  22. fix cpplint

    masahi committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    6f481fc View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e3cf96d View commit details
    Browse the repository at this point in the history
  24. parallelize cpu cumsum

    masahi committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    fb2f142 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4d8badc View commit details
    Browse the repository at this point in the history
  26. update doc for binop

    masahi committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    af58e07 View commit details
    Browse the repository at this point in the history
  27. doc update

    masahi committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    9119627 View commit details
    Browse the repository at this point in the history