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

[KT] Rename out-of-place esimd radix_sort as radix_sort_copy #1629

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    e1b48f0 View commit details
    Browse the repository at this point in the history
  2. Add indents

    dmitriy-sobolev committed May 30, 2024
    Configuration menu
    Copy the full SHA
    f680e0c View commit details
    Browse the repository at this point in the history
  3. Fix titles

    dmitriy-sobolev committed May 30, 2024
    Configuration menu
    Copy the full SHA
    0fc082d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e5db37 View commit details
    Browse the repository at this point in the history
  5. Remove extra spaces

    dmitriy-sobolev committed May 30, 2024
    Configuration menu
    Copy the full SHA
    2f0e59a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9fff636 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Fix references in examples

    Signed-off-by: Dmitriy Sobolev <dmitriy.sobolev@intel.com>
    dmitriy-sobolev committed May 31, 2024
    Configuration menu
    Copy the full SHA
    aa6f6e9 View commit details
    Browse the repository at this point in the history
  2. Grammar fixes

    Signed-off-by: Dmitriy Sobolev <dmitriy.sobolev@intel.com>
    dmitriy-sobolev committed May 31, 2024
    Configuration menu
    Copy the full SHA
    bb815ba View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. vals -> values

    Signed-off-by: Dmitriy Sobolev <dmitriy.sobolev@intel.com>
    dmitriy-sobolev committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    cd0748a View commit details
    Browse the repository at this point in the history
  2. Simplify the summaries of the algorithms, add missing commas

    Signed-off-by: Dmitriy Sobolev <dmitriy.sobolev@intel.com>
    dmitriy-sobolev committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ab69643 View commit details
    Browse the repository at this point in the history
  3. revert: keys -> data in radix_sort

    Signed-off-by: Dmitriy Sobolev <dmitriy.sobolev@intel.com>
    dmitriy-sobolev committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    608f41f View commit details
    Browse the repository at this point in the history
  4. Return 'relative' for clarity

    Signed-off-by: Dmitriy Sobolev <dmitriy.sobolev@intel.com>
    dmitriy-sobolev committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    fe8d6bf View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Return 'Both in-place...'

    Signed-off-by: Dmitriy Sobolev <dmitriy.sobolev@intel.com>
    dmitriy-sobolev committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    361bc2f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Make sure the labels are unique

    Signed-off-by: Dmitriy Sobolev <dmitriy.sobolev@intel.com>
    dmitriy-sobolev committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    ff273af View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. renaming out of place sort(s) with _copy

    Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
    danhoeflinger committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    3437dd0 View commit details
    Browse the repository at this point in the history
  2. renaming test files

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

Commits on Jun 25, 2024

  1. rename to radix_sort_copy_by_key

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