Skip to content

Commit

Permalink
Fewer workloads for select and partition
Browse files Browse the repository at this point in the history
  • Loading branch information
gevtushenko committed May 13, 2023
1 parent d66d258 commit aea1bff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion benchmarks/bench/partition/flagged.cu
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ NVBENCH_BENCH_TYPES(partition, NVBENCH_TYPE_AXES(fundamental_types, offset_types
.set_name("cub::DevicePartition::Flagged")
.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.544", "0.000"});
2 changes: 1 addition & 1 deletion benchmarks/bench/partition/if.cu
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,4 @@ NVBENCH_BENCH_TYPES(partition, NVBENCH_TYPE_AXES(fundamental_types, offset_types
.set_name("cub::DevicePartition::If")
.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.544", "0.000"});
2 changes: 1 addition & 1 deletion benchmarks/bench/select/flagged.cu
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ NVBENCH_BENCH_TYPES(select, NVBENCH_TYPE_AXES(fundamental_types, offset_types))
.set_name("cub::DeviceSelect::Flagged")
.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.544", "0.000"});
2 changes: 1 addition & 1 deletion benchmarks/bench/select/if.cu
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@ NVBENCH_BENCH_TYPES(select, NVBENCH_TYPE_AXES(fundamental_types, offset_types))
.set_name("cub::DeviceSelect::If")
.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.544", "0.000"});

0 comments on commit aea1bff

Please sign in to comment.