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] Mergepath sort with odd-even block sort #7611

Merged
merged 12 commits into from
Mar 16, 2021

Commits on Mar 9, 2021

  1. Mergepath sort with odd-even block sort

    Matthew committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    d3021ef View commit details
    Browse the repository at this point in the history
  2. fix lint, add test

    Matthew committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    c13430e View commit details
    Browse the repository at this point in the history
  3. respond to review comments

    Matthew committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    6983804 View commit details
    Browse the repository at this point in the history
  4. speed up tests by reducing dtype skews

    Matthew committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    c3aa1c6 View commit details
    Browse the repository at this point in the history
  5. fix bad rebase

    Matthew committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    ab7b89d View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. change threading to support vulkan

    Matthew committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    e81a777 View commit details
    Browse the repository at this point in the history
  2. fix lint

    Matthew committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    b81a423 View commit details
    Browse the repository at this point in the history
  3. only sort if the data is non-empty

    Matthew committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    a1915e3 View commit details
    Browse the repository at this point in the history
  4. fix lint again

    Matthew committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    835e2d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. fix for vk

    Masahiro Masuda authored and Matthew committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    d112aef View commit details
    Browse the repository at this point in the history
  2. move if to higher scope

    Matthew committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    f67b879 View commit details
    Browse the repository at this point in the history
  3. fix typo

    Matthew committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    948b551 View commit details
    Browse the repository at this point in the history