We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea68d7 commit f8b36e6Copy full SHA for f8b36e6
cub/benchmarks/bench/transform/common.h
@@ -78,7 +78,7 @@ void bench_transform(nvbench::state& state,
78
OffsetT num_items,
79
TransformOp transform_op)
80
{
81
- 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) {
82
cub::detail::transform::dispatch<cub::detail::transform::requires_stable_address::no>(
83
inputs,
84
output,
0 commit comments