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

[Fix] bitmap set/test issue #2371

Merged
merged 2 commits into from
Jul 2, 2024

Conversation

rhdong
Copy link
Member

@rhdong rhdong commented Jun 28, 2024

This PR fixes a bug in the bitmap_view.

Closes #2368

@rhdong rhdong requested review from a team as code owners June 28, 2024 17:40
@rhdong rhdong added bug Something isn't working 3 - Ready for Review non-breaking Non-breaking change and removed cpp CMake labels Jun 28, 2024
@rhdong rhdong requested a review from lowener June 28, 2024 17:45
@@ -308,24 +309,7 @@ if(BUILD_TESTS)
NAME
SPARSE_TEST
PATH
sparse/add.cu
Copy link
Member

Choose a reason for hiding this comment

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

Hey James, why are we removing all of these tests?

Copy link
Member Author

@rhdong rhdong Jun 29, 2024

Choose a reason for hiding this comment

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

Sorry, just recover it(it's for temporary debugging).

@cjnolet cjnolet removed the request for review from lowener July 2, 2024 21:07
@cjnolet
Copy link
Member

cjnolet commented Jul 2, 2024

/merge

@rapids-bot rapids-bot bot merged commit 620ea56 into rapidsai:branch-24.08 Jul 2, 2024
69 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review bug Something isn't working CMake cpp non-breaking Non-breaking change
Projects
Development

Successfully merging this pull request may close these issues.

[BUG] bitmap_view::set not work
2 participants