-
Notifications
You must be signed in to change notification settings - Fork 204
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] C++ testing failing on arm64: NEIGHBORS_ANN_NN_DESCENT_TEST
#2450
Labels
bug
Something isn't working
Comments
This was referenced Sep 24, 2024
rapids-bot bot
pushed a commit
that referenced
this issue
Sep 26, 2024
Linked issue #2450 Authors: - Divye Gala (https://github.com/divyegala) Approvers: - Corey J. Nolet (https://github.com/cjnolet) URL: #2453
This was referenced Oct 23, 2024
rapids-bot bot
pushed a commit
to rapidsai/cuvs
that referenced
this issue
Nov 8, 2024
This PR is an amalgamation of the diff of 3 PRs in RAFT: 1. rapidsai/raft#2345 2. rapidsai/raft#2380 3. rapidsai/raft#2403 This PR also addresses part 1 and 2 of #419, closes #391 and makes CAGRA use the compiled headers of NN Descent, which seemed to have been a pending TODO https://github.com/rapidsai/cuvs/blob/009bb8de03ce9708d4d797166187250f77a59a36/cpp/src/neighbors/detail/cagra/cagra_build.cuh#L36-L37 Also, batch tests are disabled in this PR due to issue rapidsai/raft#2450. PR #424 will attempt to re-enable them. Authors: - Divye Gala (https://github.com/divyegala) - Corey J. Nolet (https://github.com/cjnolet) Approvers: - Corey J. Nolet (https://github.com/cjnolet) URL: #421
This was referenced Feb 14, 2025
rapids-bot bot
pushed a commit
to rapidsai/cuvs
that referenced
this issue
Mar 11, 2025
### Purpose of this PR Handling duplicate indices in batch NN Descent graph. Resolves the following issues - rapidsai/raft#2450 - #559 - #753 ### Notes - Also fixed in RAFT [here](rapidsai/raft#2586) for current use with cuML Authors: - Jinsol Park (https://github.com/jinsolp) - Corey J. Nolet (https://github.com/cjnolet) Approvers: - Divye Gala (https://github.com/divyegala) URL: #702
rapids-bot bot
pushed a commit
that referenced
this issue
Mar 11, 2025
### Purpose of this PR Handling duplicate indices in batch NN Descent graph - `bloom_filter`'s `nrow` and the `update_counter_` needs to be initialized at the beginning of the `build` function, considering that `build` is called multiple times with batch NN Descent Resolves the following issue - #2450 ### Notes Testing added for batch NN Descent. Noticed that most tests were migrated to cuVS, so brought a few util code snippets. - `ann_utils.cuh` from [here in cuVS](https://github.com/jinsolp/cuvs/blob/branch-24.10/cpp/test/neighbors/ann_utils.cuh) - `naive_knn.cuh` from [here in cuVS](https://github.com/jinsolp/cuvs/blob/branch-24.10/cpp/test/neighbors/naive_knn.cuh) Authors: - Jinsol Park (https://github.com/jinsolp) - Corey J. Nolet (https://github.com/cjnolet) - Divye Gala (https://github.com/divyegala) Approvers: - Divye Gala (https://github.com/divyegala) URL: #2586
Closed by #2586 |
jiangyinzuo
pushed a commit
to jiangyinzuo/cuvs
that referenced
this issue
Mar 27, 2025
### Purpose of this PR Handling duplicate indices in batch NN Descent graph. Resolves the following issues - rapidsai/raft#2450 - rapidsai#559 - rapidsai#753 ### Notes - Also fixed in RAFT [here](rapidsai/raft#2586) for current use with cuML Authors: - Jinsol Park (https://github.com/jinsolp) - Corey J. Nolet (https://github.com/cjnolet) Approvers: - Divye Gala (https://github.com/divyegala) URL: rapidsai#702
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Over at least the last day I've seen the
NEIGHBORS_ANN_NN_DESCENT_TEST
failing reproducibly and consistently in this CI job:Like this:
All C++ tests appear to pass in other
conda-cpp-tests
jobs (which are all x86_64).At https://github.com/rapidsai/raft/actions/workflows/pr.yaml, it looks like the most recent fully-passing run of the
pr
workflow that included theconda-cpp-tests
jobs was 19 hours ago (build link).I have not seen this be resolved by manual re-runs, so I don't think it's a flaky test. I think something has changed and that CI will be blocked until it's fixed.
Steps/Code to reproduce bug
Builds where I've seen that fail:
cuda_suffixed: true
#2440 (build link)Most recent successful run:
Expected behavior
N/A
Environment details (please complete the following information):
N/A
Additional context
We did very recently update the version of
fmt
/spdlog
across RAPIDS (#2433), but I don't have any evidence suggesting that that's the root cause.The text was updated successfully, but these errors were encountered: