Skip to content

Commit

Permalink
And another one
Browse files Browse the repository at this point in the history
  • Loading branch information
gevtushenko committed May 6, 2023
1 parent b56e210 commit d7b4516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/bench/scan/exclusive/by_key.cu
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ static void scan(nvbench::state &state, nvbench::type_list<KeyT, ValueT, OffsetT
nvbench::uint8_t *d_tmp = thrust::raw_pointer_cast(tmp.data());

state.exec([&](nvbench::launch &launch) {
dispatch_t::Dispatch(nullptr,
dispatch_t::Dispatch(d_tmp,
tmp_size,
d_keys,
d_in_vals,
Expand Down

0 comments on commit d7b4516

Please sign in to comment.