You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When call bitmap_view::set(int row, int col, bool new_values);
If you encounter this problem, you can use the bitset API as a temporary alternative.
The text was updated successfully, but these errors were encountered: