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

[BUG] bitmap_view::set not work #2368

Closed
rhdong opened this issue Jun 26, 2024 · 0 comments · Fixed by #2371
Closed

[BUG] bitmap_view::set not work #2368

rhdong opened this issue Jun 26, 2024 · 0 comments · Fixed by #2371
Assignees
Labels
bug Something isn't working

Comments

@rhdong
Copy link
Member

rhdong commented Jun 26, 2024

When call bitmap_view::set(int row, int col, bool new_values);

/raft/cpp/include/raft/core/bitmap.cuh(42): error: argument of type "__nv_bool *" is incompatible with parameter of type "int"
    set(row * cols_ + col, &new_value);
                           ^

If you encounter this problem, you can use the bitset API as a temporary alternative.

@rhdong rhdong added the bug Something isn't working label Jun 26, 2024
@rhdong rhdong self-assigned this Jun 26, 2024
@rapids-bot rapids-bot bot closed this as completed in #2371 Jul 2, 2024
@rapids-bot rapids-bot bot closed this as completed in 620ea56 Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant