We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I opened #602 to reduce CAGRA test runtime. The CI jobs currently spend over an hour for that single test (see PR for details).
We should do the same kinds of work to break tests into multiple executables and reduce the parameter sets for these test suites:
NEIGHBORS_TEST
NEIGHBORS_DYNAMIC_BATCHING_TEST
NEIGHBORS_ANN_IVF_PQ_TEST
NEIGHBORS_ANN_VAMANA_TEST
NEIGHBORS_ANN_NN_DESCENT_TEST
NEIGHBORS_ANN_IVF_FLAT_TEST
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I opened #602 to reduce CAGRA test runtime. The CI jobs currently spend over an hour for that single test (see PR for details).
We should do the same kinds of work to break tests into multiple executables and reduce the parameter sets for these test suites:
NEIGHBORS_TEST
(1486 seconds)NEIGHBORS_DYNAMIC_BATCHING_TEST
(950 seconds)NEIGHBORS_ANN_IVF_PQ_TEST
(835 seconds)NEIGHBORS_ANN_VAMANA_TEST
(505 seconds)NEIGHBORS_ANN_NN_DESCENT_TEST
(438 seconds)NEIGHBORS_ANN_IVF_FLAT_TEST
(380 seconds)(source for runtimes)
The text was updated successfully, but these errors were encountered: