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

simd std::remove #6322

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

simd std::remove #6322

wants to merge 12 commits into from

Commits on Jul 16, 2023

  1. unseq find

    Signed-off-by: Hari Hara Naveen S <johan511@rostam1.rostam.cct.lsu.edu>
    Hari Hara Naveen S committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    528b4e0 View commit details
    Browse the repository at this point in the history
  2. predicate parameter in simd-helpers first take iterators

    Signed-off-by: Hari Hara Naveen S <johan511@rostam1.rostam.cct.lsu.edu>
    Hari Hara Naveen S committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    f2e2640 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. changing test according to change made to helper

    Signed-off-by: Hari Hara Naveen S <harihara.sn@gmail.com>
    Johan511 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    7327cb1 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. adding par_unseq to find

    Signed-off-by: Hari Hara Naveen S <harihara.sn@gmail.com>
    Johan511 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ad84137 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. unseq

    Signed-off-by: Hari Hara Naveen S <harihara.sn@gmail.com>
    Johan511 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    a7bd010 View commit details
    Browse the repository at this point in the history
  2. removed ExPolicy as template for loop_pred (tag_invoke is being used …

    …for function call deduction)
    
    Signed-off-by: Hari Hara Naveen S <harihara.sn@gmail.com>
    Johan511 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e3c741d View commit details
    Browse the repository at this point in the history
  3. false changed to 0

    Signed-off-by: Hari Hara Naveen S <harihara.sn@gmail.com>
    Johan511 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    adfd8b6 View commit details
    Browse the repository at this point in the history
  4. fixed cf

    Signed-off-by: Hari Hara Naveen S <harihara.sn@gmail.com>
    Johan511 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    215ae4f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. fixed expolicy not accepting par_unseq

    Signed-off-by: Hari Hara Naveen S <harihara.sn@gmail.com>
    Johan511 committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    e854a45 View commit details
    Browse the repository at this point in the history
  2. cleanup changes

    Signed-off-by: Hari Hara Naveen S <harihara.sn@gmail.com>
    Johan511 committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    ae0cefe View commit details
    Browse the repository at this point in the history
  3. remove unseq

    Signed-off-by: Hari Hara Naveen S <harihara.sn@gmail.com>
    Johan511 committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    f5d65ce View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. added concepts header

    Signed-off-by: Hari Hara Naveen S <harihara.sn@gmail.com>
    Johan511 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    af0ef00 View commit details
    Browse the repository at this point in the history