Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable fractional null probability for hashing benchmark #13967

Merged
merged 9 commits into from
Aug 30, 2023

Commits on Aug 25, 2023

  1. Enable fractional null probability for hashing benchmark

    In the past, the `HASING_NVBENCH` benchmark treated the `nulls` parameter as
    a boolean. Any value other than 0.0 resulted in a null probability of
    100% for the generated data.
    
    Now, the `nulls` parameter directly determines the null probability. For
    instance, a value of 0.1 will generate 10% of the data as null.
    Moreover, setting nulls to 0.0 produces data without a null bitmask.
    
    Additionally, `bytes_per_second` are added to the benchmark.
    
    This patch relates to rapidsai#13735.
    Martin Marenz committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    3e0cd91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a5c6db View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Fix memory statistics for hashing benchmark

    Co-authored-by: Yunsong Wang <yunsongw@nvidia.com>
    Blonck and PointKernel authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    dc2556b View commit details
    Browse the repository at this point in the history
  2. Add missing include in hashing benmchmark

    Martin Marenz committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    c229367 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    495f674 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    9a930cb View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    41303b3 View commit details
    Browse the repository at this point in the history
  2. Change wording in hashing benchmark

    Code review suggestions.
    
    Co-authored-by: David Wendt <45795991+davidwendt@users.noreply.github.com>
    Blonck and davidwendt authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    47d8d84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74d798f View commit details
    Browse the repository at this point in the history