Skip to content

Commit

Permalink
Update CAGRA test dim
Browse files Browse the repository at this point in the history
  • Loading branch information
enp1s0 committed Nov 16, 2023
1 parent 67549c2 commit 6d58471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/test/neighbors/ann_cagra.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ inline std::vector<AnnCagraInputs> generate_inputs()
std::vector<AnnCagraInputs> inputs = raft::util::itertools::product<AnnCagraInputs>(
{100},
{1000},
{1, 8, 17},
{1, 8, 17, 1025, 1999},
{1, 16}, // k
{graph_build_algo::IVF_PQ, graph_build_algo::NN_DESCENT},
{search_algo::SINGLE_CTA, search_algo::MULTI_CTA, search_algo::MULTI_KERNEL},
Expand Down

0 comments on commit 6d58471

Please sign in to comment.