Skip to content

Conversation

@davidwendt
Copy link
Contributor

@davidwendt davidwendt commented Jan 28, 2026

Description

Adds new bitmask API

size_type index_of_first_set_bit(bitmask_type const* bitmask,
                                   size_type start,
                                   size_type stop,
                                   rmm::cuda_stream_view stream);

Returns the index of the first valid bit in a null mask array.

Reference: #20556 (comment)

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 self-assigned this Jan 28, 2026
@davidwendt davidwendt added feature request New feature or request 2 - In Progress Currently a work in progress libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change labels Jan 28, 2026
@copy-pr-bot
Copy link

copy-pr-bot bot commented Jan 28, 2026

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2 - In Progress Currently a work in progress feature request New feature or request libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant