Skip to content

Bump cuco version to bypass equal check for multiset/multimap#935

Merged
rapids-bot[bot] merged 1 commit intomainfrom
PointKernel-patch-1
Oct 30, 2025
Merged

Bump cuco version to bypass equal check for multiset/multimap#935
rapids-bot[bot] merged 1 commit intomainfrom
PointKernel-patch-1

Conversation

@PointKernel
Copy link
Copy Markdown
Member

@PointKernel PointKernel commented Oct 30, 2025

Description

This PR updates cuco to the latest version to include a minor improvement that skips key equality checks during insertions for multiset and multimap, since they always insert new elements.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.
  • The cmake-format.json is up to date with these changes.
  • I have added new files under rapids-cmake/
    • I have added include guards (include_guard(GLOBAL))
    • I have added the associated docs/ rst file and update the api.rst

@PointKernel PointKernel requested a review from a team as a code owner October 30, 2025 17:37
@PointKernel PointKernel added improvement Improves an existing functionality non-breaking Introduces a non-breaking change 3 - Ready for Review Ready for review by team labels Oct 30, 2025
@PointKernel
Copy link
Copy Markdown
Member Author

The update consists of a single commit from the current cuco git tag, and the change is straightforward and non-breaking, so no downstream testing is required.

@vyasr
Copy link
Copy Markdown
Contributor

vyasr commented Oct 30, 2025

/merge

@rapids-bot rapids-bot bot merged commit 9c5dd37 into main Oct 30, 2025
17 checks passed
@PointKernel PointKernel deleted the PointKernel-patch-1 branch October 30, 2025 18:37
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 improvement Improves an existing functionality non-breaking Introduces a non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants