Skip to content

Commit

Permalink
addressing review commments (davidwendt)
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikeyann committed Mar 22, 2022
1 parent 1e393a5 commit 0810425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/benchmarks/common/generate_input.cu
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

#include "generate_input.hpp"
#include "random_distribution_factory.hpp"
#include "random_distribution_factory.cuh"

#include <cudf/column/column.hpp>
#include <cudf/column/column_factories.hpp>
Expand Down Expand Up @@ -424,7 +424,7 @@ struct string_generator {
string_generator(char* c, thrust::minstd_rand& engine)
: chars(c), engine(engine), char_dist(32, 137)
// ~90% ASCII, ~10% UTF-8.
// ~80% space, ~20% space.
// ~80% not-space, ~20% space.
// range 32-127 is ASCII; 127-136 will be multi-byte UTF-8
{
}
Expand Down

0 comments on commit 0810425

Please sign in to comment.