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

Patch CUB DeviceSegmentedSort and remove workaround #12234

Merged
merged 4 commits into from
Nov 29, 2022

Conversation

davidwendt
Copy link
Contributor

Description

Fix in CUB DeviceSegmentedSort allows for workaround to removed. The CUB fix is applied as a patch in the libcudf build process.
Reference NVIDIA/cub#594 and #12217

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@davidwendt davidwendt added bug Something isn't working 2 - In Progress Currently a work in progress libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change labels Nov 23, 2022
@davidwendt davidwendt self-assigned this Nov 23, 2022
@github-actions github-actions bot added the CMake CMake build issue label Nov 23, 2022
@codecov
Copy link

codecov bot commented Nov 23, 2022

Codecov Report

❗ No coverage uploaded for pull request base (branch-23.02@541ba3c). Click here to learn what that means.
Patch has no changes to coverable lines.

❗ Current head ba86b88 differs from pull request most recent head bb4510c. Consider uploading reports for the commit bb4510c to get more accurate results

Additional details and impacted files
@@               Coverage Diff               @@
##             branch-23.02   #12234   +/-   ##
===============================================
  Coverage                ?   88.17%           
===============================================
  Files                   ?      137           
  Lines                   ?    22660           
  Branches                ?        0           
===============================================
  Hits                    ?    19981           
  Misses                  ?     2679           
  Partials                ?        0           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@davidwendt davidwendt added 3 - Ready for Review Ready for review by team and removed 2 - In Progress Currently a work in progress labels Nov 28, 2022
@davidwendt davidwendt marked this pull request as ready for review November 28, 2022 13:36
@davidwendt davidwendt requested review from a team as code owners November 28, 2022 13:36
@davidwendt davidwendt requested review from vyasr and elstehle November 28, 2022 13:36
Copy link
Contributor

@elstehle elstehle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks for the patch 👍

@davidwendt
Copy link
Contributor Author

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 2a5411a into rapidsai:branch-23.02 Nov 29, 2022
@davidwendt davidwendt deleted the patch-cub-segmented-sort branch November 29, 2022 00:19
rapids-bot bot pushed a commit that referenced this pull request Jan 30, 2023
Found when debugging some CI build failures where the `SegmentedSortInt.Bool` gtest failure occurred. This was caused by an improperly applied code patch to the CUB source dependency. The link between the CUB patch and this gtest is not common knowledge and could've taken much time to diagnose otherwise. This PR adds a simple comment to provide the appropriate context in case the error occurs again and then the test case is investigated.

Reference #12234 where the patch was applied.

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

Approvers:
  - Robert Maynard (https://github.com/robertmaynard)
  - Yunsong Wang (https://github.com/PointKernel)

URL: #12611
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team bug Something isn't working CMake CMake build issue libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants