Skip to content

Commit

Permalink
Use k=255 for cagra bench
Browse files Browse the repository at this point in the history
  • Loading branch information
lowener committed Oct 2, 2023
1 parent aedb973 commit cbea209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/bench/prims/neighbors/cagra_bench.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ inline const std::vector<params> generate_inputs()
{2000000ull, 10000000ull}, // n_samples
{128}, // dataset dim
{1, 10, 10000}, // n_queries
{32}, // k
{255}, // k
{64}, // knn graph degree
{64}, // itopk_size
{300}, // itopk_size
{256}, // block_size
{2}, // search_width
{0}, // max_iterations
Expand Down

0 comments on commit cbea209

Please sign in to comment.