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 searchsorted op #9184

Merged
merged 26 commits into from
Oct 20, 2021
Merged

[Relay, TOPI] Add searchsorted op #9184

merged 26 commits into from
Oct 20, 2021

Commits on Oct 12, 2021

  1. Add relay definition

    masahi committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    1622025 View commit details
    Browse the repository at this point in the history
  2. 1D cpu test working

    masahi committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    a43e0c8 View commit details
    Browse the repository at this point in the history
  3. multi dim working

    masahi committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    36cb3be View commit details
    Browse the repository at this point in the history
  4. gpu version working

    masahi committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    8f1f010 View commit details
    Browse the repository at this point in the history
  5. check shape in type rel

    masahi committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    445852c View commit details
    Browse the repository at this point in the history
  6. support side

    masahi committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    6b1adca View commit details
    Browse the repository at this point in the history
  7. use target specfic max threads

    masahi committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    98b88fc View commit details
    Browse the repository at this point in the history
  8. add relay boilerplate

    masahi committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    5ca105c View commit details
    Browse the repository at this point in the history
  9. relay test working

    masahi committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    a055dd3 View commit details
    Browse the repository at this point in the history
  10. cleanup topi test

    masahi committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    2584f45 View commit details
    Browse the repository at this point in the history
  11. fix test

    masahi committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    686e222 View commit details
    Browse the repository at this point in the history
  12. add torch converter

    masahi committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    1c7a0ff View commit details
    Browse the repository at this point in the history
  13. handle other cases

    masahi committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    a57b081 View commit details
    Browse the repository at this point in the history
  14. more topi test

    masahi committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    cda4957 View commit details
    Browse the repository at this point in the history
  15. support torch bucketize

    masahi committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    16ef469 View commit details
    Browse the repository at this point in the history
  16. update doc

    masahi committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    6fe38ad View commit details
    Browse the repository at this point in the history
  17. fix tests

    masahi committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    ce02cef View commit details
    Browse the repository at this point in the history
  18. fix lint

    masahi committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    fe01efe View commit details
    Browse the repository at this point in the history
  19. rebase fix

    masahi committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    3b18a32 View commit details
    Browse the repository at this point in the history
  20. make the test case smaller

    masahi committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    bac6dc5 View commit details
    Browse the repository at this point in the history
  21. add tests for edge cases

    masahi committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    5eb0c15 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5fc1bbb View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4775b72 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c3eace8 View commit details
    Browse the repository at this point in the history
  25. remove unused argument

    masahi committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    169088c View commit details
    Browse the repository at this point in the history
  26. format fix

    masahi committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    431db6b View commit details
    Browse the repository at this point in the history