Skip to content

Commit

Permalink
Remove extra print
Browse files Browse the repository at this point in the history
  • Loading branch information
gevtushenko committed May 6, 2023
1 parent 024c66e commit bf71146
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benchmarks/bench/select/if.cu
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ void select(nvbench::state &state, nvbench::type_list<T, OffsetT>)
T min_val = std::numeric_limits<T>::lowest();
T max_val = std::numeric_limits<T>::max();
T val = value_from_entropy<T>(entropy_to_probability(entropy));
std::cout << val << std::endl;
select_op_t select_op{val};

thrust::device_vector<T> in(elements);
Expand Down

0 comments on commit bf71146

Please sign in to comment.