Skip to content

Commit

Permalink
Merge sort is not as dependent on the entropy
Browse files Browse the repository at this point in the history
  • Loading branch information
gevtushenko committed May 4, 2023
1 parent 34ad05d commit e3335ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmarks/bench/merge_sort/keys.cu
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ NVBENCH_BENCH_TYPES(merge_sort_keys, NVBENCH_TYPE_AXES(key_types, offset_types))
.set_name("cub::DeviceMergeSort::SortKeys")
.set_type_axes_names({"T{ct}", "OffsetT{ct}"})
.add_int64_power_of_two_axis("Elements{io}", nvbench::range(16, 28, 4))
.add_string_axis("Entropy", {"1.000", "0.811", "0.544", "0.337", "0.201", "0.000"});
.add_string_axis("Entropy", {"1.000", "0.201"});
2 changes: 1 addition & 1 deletion benchmarks/bench/merge_sort/pairs.cu
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ NVBENCH_BENCH_TYPES(merge_sort_keys, NVBENCH_TYPE_AXES(key_types, value_types, o
.set_name("cub::DeviceMergeSort::SortPairs")
.set_type_axes_names({"KeyT{ct}", "ValueT{ct}", "OffsetT{ct}"})
.add_int64_power_of_two_axis("Elements{io}", nvbench::range(16, 28, 4))
.add_string_axis("Entropy", {"1.000", "0.811", "0.544", "0.337", "0.201", "0.000"});
.add_string_axis("Entropy", {"1.000", "0.201"});

0 comments on commit e3335ab

Please sign in to comment.