Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Fix begin_bit == end_bit == 0 for device-wide and segmented sort #481

Merged
merged 5 commits into from
Aug 9, 2022

Commits on Aug 1, 2022

  1. Fix begin_bit == end_bit == 0 for device-wide and segmented sort.

    -   Copy if begin_bit == end_bit, but overwrite not allowed
    -   Fix style
    -   When begin_bit == end_bit and double-buffering, don't do any sorting work
    -   Uncommented segmented sort test
    -   begin_bit == end_bit == 0 for upsweep/downsweep and segmented sort
    -   Fixed begin_bit == end_bit == 0 case
    canonizer committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    9b50753 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Addressed review comments.

    canonizer committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    d8ca8c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    e9bcf7a View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Addressed review comments.

    canonizer committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    f094620 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Add inline to HasUVA

    gevtushenko authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    5daac39 View commit details
    Browse the repository at this point in the history