Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cub/benchmarks/bench/transform/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ void bench_transform(nvbench::state& state,
OffsetT num_items,
TransformOp transform_op)
{
state.exec(nvbench::exec_tag::gpu, [&](const nvbench::launch& launch) {
state.exec(nvbench::exec_tag::gpu | nvbench::exec_tag::no_batch, [&](const nvbench::launch& launch) {
cub::detail::transform::dispatch<cub::detail::transform::requires_stable_address::no>(
inputs,
output,
Expand Down
Loading