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

[TOPI] Simplify GPU NMS IR and optimize a bit #7136

Merged
merged 22 commits into from
Dec 21, 2020

Commits on Dec 21, 2020

  1. Configuration menu
    Copy the full SHA
    ff3259d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d142e5e View commit details
    Browse the repository at this point in the history
  3. merge reset by -1

    masahi committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    8a85d57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7543e06 View commit details
    Browse the repository at this point in the history
  5. update torch nms test

    masahi committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    cb5663a View commit details
    Browse the repository at this point in the history
  6. fuse the last two kernels

    masahi committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    c419097 View commit details
    Browse the repository at this point in the history
  7. parallelize the first kernel

    masahi committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    03fabdb View commit details
    Browse the repository at this point in the history
  8. merge first and last kernel

    masahi committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    d87cbf8 View commit details
    Browse the repository at this point in the history
  9. remove unnecessary cases

    masahi committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    8f552bd View commit details
    Browse the repository at this point in the history
  10. fix typo

    masahi committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    e31345e View commit details
    Browse the repository at this point in the history
  11. revert pytorch frontend change

    masahi committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    53caa84 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    878e905 View commit details
    Browse the repository at this point in the history
  13. fix max_output_size handling

    masahi committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    0442ece View commit details
    Browse the repository at this point in the history
  14. check if already surpressed

    masahi committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    d6f634a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fc30526 View commit details
    Browse the repository at this point in the history
  16. fix for num anchors = 0 case

    masahi committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    1c6fb6e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    51a7926 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    622a876 View commit details
    Browse the repository at this point in the history
  19. typo fix

    masahi committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    6311dcb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    591a4f4 View commit details
    Browse the repository at this point in the history
  21. typo fix

    masahi committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    9b08052 View commit details
    Browse the repository at this point in the history
  22. trigger CI

    masahi committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    878c9cb View commit details
    Browse the repository at this point in the history