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

Parallelize cumsum in get_valid_counts #7123

Merged
merged 6 commits into from
Dec 31, 2020

Commits on Dec 21, 2020

  1. Parallelize cumsum in get_valid_counts

    mbrookhart committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    944ee3c View commit details
    Browse the repository at this point in the history
  2. make the scan loop exclusive

    masa authored and mbrookhart committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    45ba3cb View commit details
    Browse the repository at this point in the history
  3. switch to directly using exclusive scan

    mbrookhart committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    9b5b1e1 View commit details
    Browse the repository at this point in the history
  4. perform inner loop of final writes on anchor threads

    mbrookhart committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    67db9cd View commit details
    Browse the repository at this point in the history
  5. fix flaky test

    fix lint
    mbrookhart committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    86988e8 View commit details
    Browse the repository at this point in the history
  6. remove final cuda kernel

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