Skip to content

Commit

Permalink
adjusts benchmarks to account for used offset types
Browse files Browse the repository at this point in the history
  • Loading branch information
elstehle committed Aug 5, 2024
1 parent 746b108 commit 994c62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cub/benchmarks/bench/scan/exclusive/base.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ static void basic(nvbench::state& state, nvbench::type_list<T, OffsetT>)
});
}

using some_offset_types = nvbench::type_list<nvbench::int32_t>;
using some_offset_types = nvbench::type_list<nvbench::uint32_t, nvbench::uint64_t>;

NVBENCH_BENCH_TYPES(basic, NVBENCH_TYPE_AXES(all_types, some_offset_types))
.set_name("base")
Expand Down

0 comments on commit 994c62c

Please sign in to comment.