Skip to content

Generate benchmark data with correct run length regardless of cardinality - #11205

Merged
rapids-bot[bot] merged 2 commits into
NVIDIA:branch-22.08from
vuule:bug-bm-data-gen-runlen
Jul 7, 2022
Merged

Generate benchmark data with correct run length regardless of cardinality#11205
rapids-bot[bot] merged 2 commits into
NVIDIA:branch-22.08from
vuule:bug-bm-data-gen-runlen

Conversation

@vuule

@vuule vuule commented Jul 6, 2022

Copy link
Copy Markdown
Contributor

Issue #11204

The new GPU-accelerated data generator does not account for run length when cardinality is not set.
This PR changes the logic so that the columns with correct average run length are generated even without specific cardinality.

@github-actions github-actions Bot added the libcudf Affects libcudf (C++/CUDA) code. label Jul 6, 2022
@vuule vuule added bug Something isn't working cuIO cuIO issue non-breaking Non-breaking change labels Jul 6, 2022
@vuule

vuule commented Jul 6, 2022

Copy link
Copy Markdown
Contributor Author

CC @karthikeyann

@codecov

codecov Bot commented Jul 6, 2022

Copy link
Copy Markdown

Codecov Report

❗ No coverage uploaded for pull request base (branch-22.08@e2ff00f). Click here to learn what that means.
The diff coverage is n/a.

❗ Current head 36d4aab differs from pull request most recent head 57bbf94. Consider uploading reports for the commit 57bbf94 to get more accurate results

@@               Coverage Diff               @@
##             branch-22.08   #11205   +/-   ##
===============================================
  Coverage                ?   86.30%           
===============================================
  Files                   ?      144           
  Lines                   ?    22698           
  Branches                ?        0           
===============================================
  Hits                    ?    19589           
  Misses                  ?     3109           
  Partials                ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e2ff00f...57bbf94. Read the comment docs.

@vuule
vuule marked this pull request as ready for review July 6, 2022 18:03
@vuule
vuule requested a review from a team as a code owner July 6, 2022 18:03
@vuule vuule self-assigned this Jul 6, 2022

@karthikeyann karthikeyann left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Comment thread cpp/benchmarks/common/generate_input.cu Outdated
Co-authored-by: David Wendt <45795991+davidwendt@users.noreply.github.com>
@vuule
vuule requested review from davidwendt July 7, 2022 13:05
@vuule vuule added the 5 - Ready to Merge Testing and reviews complete, ready to merge label Jul 7, 2022
@vuule

vuule commented Jul 7, 2022

Copy link
Copy Markdown
Contributor Author

@gpucibot merge

@rapids-bot
rapids-bot Bot merged commit 58f46a6 into NVIDIA:branch-22.08 Jul 7, 2022
@vuule
vuule deleted the bug-bm-data-gen-runlen branch July 7, 2022 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

5 - Ready to Merge Testing and reviews complete, ready to merge bug Something isn't working cuIO cuIO issue libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants