From 8d33a31f1ea067e10f8eaed2c17daea40b0e28a4 Mon Sep 17 00:00:00 2001 From: Georgy Evtushenko Date: Tue, 4 Jul 2023 11:16:41 +0400 Subject: [PATCH] Fix? --- benchmarks/bench/partition/three_way.cu | 1 - 1 file changed, 1 deletion(-) 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,