diff --git a/benchmarks/bench/partition/three_way.cu b/benchmarks/bench/partition/three_way.cu index d2b992169..0b6fbc179 100644 --- a/benchmarks/bench/partition/three_way.cu +++ b/benchmarks/bench/partition/three_way.cu @@ -149,7 +149,6 @@ void partition(nvbench::state &state, nvbench::type_list) thrust::device_vector temp(temp_size); auto *temp_storage = thrust::raw_pointer_cast(temp.data()); - state.set_blocking_kernel_timeout(-1); state.exec([&](nvbench::launch &launch) { dispatch_t::Dispatch(temp_storage, temp_size,