rhdong
rhdong
- This PR is a part of the feature that applies the prefilter brute-force in Cagra.
- Related to https://github.com/rapidsai/raft/pull/2421
**Describe the bug** An illegal instruction caused by `__shfl_down_sync` in `masked_matmul` on v100 when the dim is not multiple of 32.
- Reopen for rebasing the new prefilter API - Restriction: This feature only supports the contiguous device dataset, and `float32` or `half` distance type - Related to: https://github.com/rapidsai/cuvs/issues/252 ``` ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------...
Support the cached and reusable `sparsity` mechanism for benefiting the performance in some multiple calling scenario - [code is here](https://github.com/rapidsai/raft/blob/branch-24.12/cpp/include/raft/core/bitset.cuh#L159)
This PR adds changes for Java CI. Some scripts modified here also appear in [PR #831](https://github.com/rapidsai/cuvs/pull/831). Once 831 is merged, I’ll rebase and make sure everything stays consistent.