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

#6224, fold algorithms #6255

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

#6224, fold algorithms #6255

wants to merge 32 commits into from

Commits on May 23, 2023

  1. fold_left, need to add concepts

    Signed-off-by: Hari Hara Naveen S <johan511@medusa01.rostam.cct.lsu.edu>
    Hari Hara Naveen S committed May 23, 2023
    Configuration menu
    Copy the full SHA
    e9d0be6 View commit details
    Browse the repository at this point in the history
  2. added fold_left

    Signed-off-by: Hari Hara Naveen S <johan511@rostam1.rostam.cct.lsu.edu>
    Hari Hara Naveen S committed May 23, 2023
    Configuration menu
    Copy the full SHA
    6bcc03f View commit details
    Browse the repository at this point in the history
  3. fixed unused error, added parallel overload

    Signed-off-by: Hari Hara Naveen S <johan511@rostam1.rostam.cct.lsu.edu>
    Hari Hara Naveen S committed May 23, 2023
    Configuration menu
    Copy the full SHA
    7bbd465 View commit details
    Browse the repository at this point in the history
  4. fixed var names

    Signed-off-by: Hari Hara Naveen S <johan511@rostam1.rostam.cct.lsu.edu>
    Hari Hara Naveen S committed May 23, 2023
    Configuration menu
    Copy the full SHA
    0011e7c View commit details
    Browse the repository at this point in the history
  5. forgot template name

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

Commits on May 24, 2023

  1. changed var name to adhere to convention, clang-format

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

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

Commits on May 26, 2023

  1. fold_left_first implemented

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

Commits on May 27, 2023

  1. fold_right seq implemented, par remaining

    Signed-off-by: Hari Hara Naveen S <johan511@rostam1.rostam.cct.lsu.edu>
    Hari Hara Naveen S committed May 27, 2023
    Configuration menu
    Copy the full SHA
    5d289f4 View commit details
    Browse the repository at this point in the history
  2. changed std::move to hpHPX_MOVE

    Signed-off-by: Hari Hara Naveen S <johan511@rostam1.rostam.cct.lsu.edu>
    Hari Hara Naveen S committed May 27, 2023
    Configuration menu
    Copy the full SHA
    9a93cd1 View commit details
    Browse the repository at this point in the history
  3. clang-format

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

Commits on May 28, 2023

  1. fixed unused errors

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

Commits on May 31, 2023

  1. fixed few inspect errors

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

Commits on Jun 5, 2023

  1. fixed licenses, clang-format

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

Commits on Jun 6, 2023

  1. moved in_value_result to parallel/algorithms/util

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

Commits on Jun 10, 2023

  1. using util loo instead of std::reduce

    Signed-off-by: Hari Hara Naveen S <johan511@rostam1.rostam.cct.lsu.edu>
    Hari Hara Naveen S committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    c6a229d View commit details
    Browse the repository at this point in the history
  2. fixed unused error

    Signed-off-by: Hari Hara Naveen S <johan511@rostam1.rostam.cct.lsu.edu>
    Hari Hara Naveen S committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    f6e22c7 View commit details
    Browse the repository at this point in the history
  3. fixed clang-format buug, avoid namespace foo { namespace bar

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

Commits on Jun 11, 2023

  1. adding headers

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

Commits on Jun 14, 2023

  1. inncluded dispatch_header

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

Commits on Jun 15, 2023

  1. added return

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

Commits on Jun 17, 2023

  1. tests +parallel policy

    Signed-off-by: Hari Hara Naveen S <johan511@rostam1.rostam.cct.lsu.edu>
    Hari Hara Naveen S committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    3a7ef64 View commit details
    Browse the repository at this point in the history
  2. fold tests

    Signed-off-by: Hari Hara Naveen S <johan511@medusa00.rostam.cct.lsu.edu>
    Hari Hara Naveen S committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    29304b6 View commit details
    Browse the repository at this point in the history
  3. fold tests

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

Commits on Jun 18, 2023

  1. fold_right_first

    Signed-off-by: Hari Hara Naveen S <johan511@rostam1.rostam.cct.lsu.edu>
    Hari Hara Naveen S committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    b257f40 View commit details
    Browse the repository at this point in the history
  2. fixed forwarding error, added header, cf

    Signed-off-by: Hari Hara Naveen S <johan511@rostam1.rostam.cct.lsu.edu>
    Hari Hara Naveen S committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    177ec74 View commit details
    Browse the repository at this point in the history
  3. fixed forwarding error

    Signed-off-by: Hari Hara Naveen S <johan511@rostam1.rostam.cct.lsu.edu>
    Hari Hara Naveen S committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    80ce830 View commit details
    Browse the repository at this point in the history
  4. fold with iter implemented

    Signed-off-by: Hari Hara Naveen S <johan511@rostam1.rostam.cct.lsu.edu>
    Hari Hara Naveen S committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    cd8bfa4 View commit details
    Browse the repository at this point in the history
  5. removed unnecessery semi colon

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

Commits on Jul 16, 2023

  1. fold first tests

    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
    dbde51b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. all tests implemented

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

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