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

Forward-merge branch-25.02 into branch-25.04 #17988

Merged
merged 1 commit into from
Feb 11, 2025
Merged

Conversation

rapids-bot[bot]
Copy link

@rapids-bot rapids-bot bot commented Feb 11, 2025

Forward-merge triggered by push to branch-25.02 that creates a PR to keep branch-25.04 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. See forward-merger docs for more info.

Closes #17949
Closes #17960

Derived span classes use `size_type` for the index type in their
`operator[]` implementations. The intent was to use `base::size_type`,
but the type actually resolves to `cudf::size_type`, which is `int32_t`,
and does not allow access past `int32_t::max`.

This PR fixes the type used by explicitly using `typename
base::size_type`. Also added static_asserts to make sure the type has
the right size for element indexing.
@rapids-bot rapids-bot bot requested a review from a team as a code owner February 11, 2025 21:13
@rapids-bot rapids-bot bot requested review from vyasr and lamarrr February 11, 2025 21:13
@GPUtester GPUtester merged commit f5260e5 into branch-25.04 Feb 11, 2025
1 check passed
Copy link
Author

rapids-bot bot commented Feb 11, 2025

SUCCESS - forward-merge complete.

@github-actions github-actions bot added the libcudf Affects libcudf (C++/CUDA) code. label Feb 11, 2025
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.

2 participants