Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
gevtushenko committed Jul 4, 2023
1 parent b478598 commit 8d33a31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benchmarks/bench/partition/three_way.cu
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ void partition(nvbench::state &state, nvbench::type_list<T, OffsetT>)
thrust::device_vector<nvbench::uint8_t> 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,
Expand Down

0 comments on commit 8d33a31

Please sign in to comment.