Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gevtushenko committed Jun 20, 2023
1 parent f751105 commit 3c4adad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/bench/run_length_encode/encode.cu
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ static void rle(nvbench::state &state, nvbench::type_list<T, OffsetT>)
accum_t,
device_reduce_by_key_policy_hub>;
#else
using policy_t = cub::detail::device_run_length_encode_policy_hub<accum_t, key_t>;
using policy_t = cub::detail::device_run_length_encode_policy_hub<accum_t, T>;
using dispatch_t = cub::DispatchReduceByKey<keys_input_it_t,
unique_output_it_t,
vals_input_it_t,
Expand Down

0 comments on commit 3c4adad

Please sign in to comment.