Commit 1226588
authored
Fix UTF8 data generator in libcudf benchmarks utility (#20465)
Fixes the `string_generator` utility logic to produce valid random UTF8 bytes. The 2nd byte requires the top 2 bits to be `10`.
Authors:
- David Wendt (https://github.com/davidwendt)
Approvers:
- Bradley Dice (https://github.com/bdice)
- Nghia Truong (https://github.com/ttnghia)
URL: #204651 parent 3b29d65 commit 1226588
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
467 | | - | |
| 467 | + | |
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
| |||
0 commit comments