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

Enabling reduce_then_scan for "Set" family of scan APIs #1879

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

Commits on Oct 14, 2024

  1. draft unfinished start to set alg changes

    Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
    danhoeflinger committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    f69ba99 View commit details
    Browse the repository at this point in the history
  2. should be fixes for set algs

    Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
    danhoeflinger committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    8b023e4 View commit details
    Browse the repository at this point in the history
  3. bugfixes

    Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
    danhoeflinger committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    36063de View commit details
    Browse the repository at this point in the history
  4. cache to mask

    Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
    danhoeflinger committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d4d95a6 View commit details
    Browse the repository at this point in the history
  5. better reusing existing code

    Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
    danhoeflinger committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    eab6648 View commit details
    Browse the repository at this point in the history
  6. clang format

    Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
    danhoeflinger committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    20dbd4b View commit details
    Browse the repository at this point in the history
  7. cleanup

    Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
    danhoeflinger committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    7259e01 View commit details
    Browse the repository at this point in the history
  8. codespell

    Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
    danhoeflinger committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d10457c View commit details
    Browse the repository at this point in the history
  9. Apply minor suggestions from code review

    wording and constexpr
    
    Co-authored-by: Adam Fidel <110841220+adamfidel@users.noreply.github.com>
    danhoeflinger and adamfidel committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    5df1250 View commit details
    Browse the repository at this point in the history
  10. removing redundant add and subtract

    Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
    danhoeflinger committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    e2ac9ec View commit details
    Browse the repository at this point in the history
  11. fix rebase

    Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
    danhoeflinger committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    29f7e57 View commit details
    Browse the repository at this point in the history
  12. reverting constexpr bool

    It is only initialized with a constexpr, later updated at runtime
    
    Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
    danhoeflinger committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    adc6cc5 View commit details
    Browse the repository at this point in the history
  13. adding range transform, minor improvements

    Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
    danhoeflinger committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    6738b9e View commit details
    Browse the repository at this point in the history
  14. clang format

    Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
    danhoeflinger committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    b4b2aaa View commit details
    Browse the repository at this point in the history