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

Uniform float improvements #1289

Merged
merged 6 commits into from
May 1, 2023
Merged

Uniform float improvements #1289

merged 6 commits into from
May 1, 2023

Commits on Feb 21, 2023

  1. Add uniform_float benchmark

    Note: sample_single and sample_single_inclusive use
    different code paths for sampling.
    dhardy committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    95b366f View commit details
    Browse the repository at this point in the history
  2. Add direct impl of sample_single_inclusive for floats

    Around 20% faster for f32, slightly less for f64.
    dhardy committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    5e5879a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7aedb36 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Bench uniform_float: better grouping of plots

    Also avoid using internal API of Uniform distribution.
    dhardy committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    8d98d45 View commit details
    Browse the repository at this point in the history
  2. CI: benches require small_rng

    dhardy committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    ee1653c View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

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