Skip to content

Commit

Permalink
Reduce workloads for scan
Browse files Browse the repository at this point in the history
  • Loading branch information
gevtushenko committed May 1, 2023
1 parent e8dce77 commit ab8a177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/bench/scan/exclusive/base.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ using some_offset_types = nvbench::type_list<nvbench::int32_t>;
NVBENCH_BENCH_TYPES(basic, NVBENCH_TYPE_AXES(all_types, some_offset_types))
.set_name("cub::DeviceScan::ExclusiveSum")
.set_type_axes_names({"T{ct}", "OffsetT{ct}"})
.add_int64_power_of_two_axis("Elements{io}", nvbench::range(16, 28, 2));
.add_int64_power_of_two_axis("Elements{io}", nvbench::range(16, 28, 4));

0 comments on commit ab8a177

Please sign in to comment.