-
Notifications
You must be signed in to change notification settings - Fork 197
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
[QST] CudaErrorInvalidConfiguration Error when query number is out of 6e4? #2072
Labels
question
Further information is requested
Comments
A more easier demo to reproduce this bug
|
Provide more test example. This example does computation successfully:
This example fails:
|
FakeEnd
changed the title
[QST] CudaErrorInvalidConfiguration Error when using cagre to calculate in large dataset?
[QST] CudaErrorInvalidConfiguration Error when query number is out of 6e4?
Dec 27, 2023
This issue can be solved by setting the
According to the documentation, |
rapids-bot bot
pushed a commit
that referenced
this issue
Jan 9, 2024
Fix for #2072: CAGRA search is launching a thread per query in single-CTA. The maximum number of thread is 65535 so the `max_queries` auto selection should be bounded to this number. Authors: - Micka (https://github.com/lowener) Approvers: - Corey J. Nolet (https://github.com/cjnolet) URL: #2081
ChristinaZ
pushed a commit
to ChristinaZ/raft
that referenced
this issue
Jan 17, 2024
Fix for rapidsai#2072: CAGRA search is launching a thread per query in single-CTA. The maximum number of thread is 65535 so the `max_queries` auto selection should be bounded to this number. Authors: - Micka (https://github.com/lowener) Approvers: - Corey J. Nolet (https://github.com/cjnolet) URL: rapidsai#2081
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is your question?
When I use cagre including 100000 number of queries and index to do computation, something wrong with cudaErrorInvalidConfiguration happens.
I try to adjust the parameters of SearchParams, but it still fails.
Error:
The text was updated successfully, but these errors were encountered: