rapidsai / raft

RAFT contains fundamental widely-used algorithms and primitives for machine learning and information retrieval. The algorithms are CUDA-accelerated and form building blocks for more easily writing high performance applications.
https://docs.rapids.ai/api/raft/stable/
Apache License 2.0
746 stars 189 forks source link

[Fix] bitmap set/test issue #2371

Closed rhdong closed 3 months ago

rhdong commented 3 months ago

This PR fixes a bug in the bitmap_view.

Closes https://github.com/rapidsai/raft/issues/2368

cjnolet commented 3 months ago

/merge