Skip to content

Commit

Permalink
Merge branch 'branch-24.08' into bug/bool/raises
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar authored Jul 18, 2024
2 parents c90efa7 + 4acca4d commit 2fac3a3
Show file tree
Hide file tree
Showing 4 changed files with 401 additions and 255 deletions.
4 changes: 2 additions & 2 deletions cpp/benchmarks/text/jaccard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ static void bench_jaccard(nvbench::state& state)

NVBENCH_BENCH(bench_jaccard)
.set_name("jaccard")
.add_int64_axis("num_rows", {1024, 4096, 8192, 16364, 32768, 262144})
.add_int64_axis("row_width", {128, 512, 2048})
.add_int64_axis("num_rows", {32768, 131072, 262144})
.add_int64_axis("row_width", {128, 512, 1024, 2048})
.add_int64_axis("substring_width", {5, 10});
Loading

0 comments on commit 2fac3a3

Please sign in to comment.