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] GPU scatter 1D via sorting based approach #7056

Merged
merged 13 commits into from
Dec 9, 2020

Commits on Dec 8, 2020

  1. add thrust stable sort

    masa committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    0f3629c View commit details
    Browse the repository at this point in the history
  2. rename

    masa committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    568461b View commit details
    Browse the repository at this point in the history
  3. scatter via sort working

    masa committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    346e834 View commit details
    Browse the repository at this point in the history
  4. correctly handles negative indices

    masa committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    be6c207 View commit details
    Browse the repository at this point in the history
  5. clean up, add some comments

    masahi committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    752e784 View commit details
    Browse the repository at this point in the history
  6. add doc string

    masahi committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    6447a53 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e16be3a View commit details
    Browse the repository at this point in the history
  8. add more doc

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

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

    masahi committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    0e87477 View commit details
    Browse the repository at this point in the history
  11. silence lint

    masahi committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    095b157 View commit details
    Browse the repository at this point in the history
  12. fix py format

    masahi committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    4a7b787 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cc513c4 View commit details
    Browse the repository at this point in the history