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

[gpuCI] Forward-merge branch-22.10 to branch-22.12 [skip gpuci] #11773

Merged
merged 2 commits into from
Sep 26, 2022

Conversation

GPUtester
Copy link
Collaborator

Forward-merge triggered by push to branch-22.10 that creates a PR to keep branch-22.12 up-to-date. If this PR is unable to be immediately merged due to conflicts, it will remain open for the team to manually merge.

davidwendt and others added 2 commits September 26, 2022 20:09
Fixes logic in `cudf::lists::sort_lists` handling of sorting floating-point values containing `NaN`, `-NaN`, `Infinity` and `-Infinity`. For large lists (elements >100) of any numeric type, the `cub::DeviceSegmentedRadixSort` is used for sorting. This function sorts using bit values and results in `-NaN` values sorted to the front. Smaller lists and non-numeric types use the libcudf row-operator sorting. The logic fix in this PR bypasses the radix-sort for floating-point values.
This is consistent with other sort logic which uses radix-sort similarly: https://github.com/rapidsai/cudf/blob/972708afcfaca006a8483a133dfacd540f232ef1/cpp/src/sort/sort_column.cu#L34

A gtest was also added to verify the fix.

Closes #11630

Authors:
  - David Wendt (https://github.com/davidwendt)

Approvers:
  - Robert (Bobby) Evans (https://github.com/revans2)
  - Nghia Truong (https://github.com/ttnghia)
  - Bradley Dice (https://github.com/bdice)
  - Mike Wilson (https://github.com/hyperbolic2346)

URL: #11703
Allows use of any bit width from 1 to 24 for Parquet dictionary keys.  Also removes some more magic numbers and cleans up the dictionary test code.  Finishes off changes for  #10948.

Authors:
  - Ed Seidl (https://github.com/etseidl)

Approvers:
  - https://github.com/nvdbaranec
  - Vukasin Milovanovic (https://github.com/vuule)

URL: #11580
@GPUtester GPUtester requested a review from a team as a code owner September 26, 2022 20:11
@GPUtester GPUtester merged commit 5fb657d into branch-22.12 Sep 26, 2022
@github-actions github-actions bot added the libcudf Affects libcudf (C++/CUDA) code. label Sep 26, 2022
@GPUtester
Copy link
Collaborator Author

SUCCESS - forward-merge complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
libcudf Affects libcudf (C++/CUDA) code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants