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

RFC for histogram CPU implementation #1930

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on Oct 30, 2024

  1. initial rough commit

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    a03577e View commit details
    Browse the repository at this point in the history
  2. minor improvements

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    ce117f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. revision

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    ccc001e View commit details
    Browse the repository at this point in the history
  2. Formatting, minor

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    d518a14 View commit details
    Browse the repository at this point in the history
  3. spelling and grammar

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    6e03468 View commit details
    Browse the repository at this point in the history
  4. Minor improvements

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    10c4e50 View commit details
    Browse the repository at this point in the history
  5. subsection

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    efa7c9b View commit details
    Browse the repository at this point in the history
  6. Adding some alternative approaches

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    1ac82fd View commit details
    Browse the repository at this point in the history
  7. minor improvements

    Signed-off-by: Dan Hoeflinger
    <[email protected]>
    danhoeflinger committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    02523c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. line widths

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    ac7b654 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. fixing numbering.

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    506fb62 View commit details
    Browse the repository at this point in the history
  2. putting in specifics for TBB / OpenMP

    more formatting fixes
    
    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    1c6cb47 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Update Atomic strategy

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ceee3e3 View commit details
    Browse the repository at this point in the history
  2. more clarity about serial backend and policy

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    0711090 View commit details
    Browse the repository at this point in the history
  3. minor corrections

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3c5ad12 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. c++17 -> c++20 fix

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    06a734f View commit details
    Browse the repository at this point in the history