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

Fast implementation of Select for most cases on CPU #687

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jul 26, 2020

  1. Fast implementation of Select for most cases on CPU

    Fixes #684
    
    Measured:
    enes.student.tiny11
    xzcat sources.shuf.xz |head -n 10000
    var (Cascade Lake) single core
    based on intgemm_reintegrated_computestats branch
    
    Before Total time: 66.69077s wall
    After Total time: 61.20206s wall
    kpu committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    6a990ce View commit details
    Browse the repository at this point in the history
  2. Changelog entry for Select

    kpu committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    3e8d1fb View commit details
    Browse the repository at this point in the history
  3. Unreferenced parameter

    kpu committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    0b4dba8 View commit details
    Browse the repository at this point in the history
  4. Unused lambda capture

    kpu committed Jul 26, 2020
    Configuration menu
    Copy the full SHA
    450d1ec View commit details
    Browse the repository at this point in the history