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

Implement Cumulative reduction (max, min, sum, prod) forward with small last dim #3182

Open
wants to merge 52 commits into
base: develop
Choose a base branch
from

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    af02031 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. impl CumMax, CumMin

    long10024070 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    b290533 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    702ffd5 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. update doxygen

    long10024070 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    822b133 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c197d6d View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    895d0ba View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    ec0c441 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15c27cf View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. used dynamic Local_size

    long10024070 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    d431f14 View commit details
    Browse the repository at this point in the history
  2. update doxygen comments

    long10024070 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    6b4c5bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4331ac View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    005af5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    409ca2d View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. fixed for make analyze

    long10024070 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    b7c9f2f View commit details
    Browse the repository at this point in the history
  2. remove unused constraint

    long10024070 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    2c6e4b1 View commit details
    Browse the repository at this point in the history
  3. removed GetWorkspaceSize

    long10024070 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    b4050b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4dcc47 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa89c6d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd9ba30 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ac39e2e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6dfe5cb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cd62a72 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    0e6159f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    b70e17d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51b82cc View commit details
    Browse the repository at this point in the history
  3. removed excessive log

    long10024070 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    c7ad580 View commit details
    Browse the repository at this point in the history
  4. removed excessive log

    long10024070 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    27d66aa View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    49b83eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfd5b31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cca721 View commit details
    Browse the repository at this point in the history
  4. format code

    long10024070 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7f53a94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    634224b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    93c57ec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6f591c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    2ac8e11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9ebf28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68035ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fb6c3c View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    47610b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9f00f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    af0f320 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'rocm/impl_cumulative_reduction_improved…

    …OverROCM' into impl_cumulative_reduction_improvedOverROCM
    long10024070 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    215d13a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b940c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Added more comments

    long10024070 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    b866eaa View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    0feeb17 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    71a0008 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    81ee6b1 View commit details
    Browse the repository at this point in the history
  2. Fixed: undefined AlignUp

    long10024070 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    b3fc0ea View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'rocm/impl_cumulative_reduction_improved…

    …OverROCM' into impl_cumulative_reduction_improvedOverROCM
    long10024070 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    59445dd View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    c7b3675 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    8f353b3 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'rocm/impl_cumulative_reduction_improved…

    …OverROCM' into impl_cumulative_reduction_improvedOverROCM
    long10024070 committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    e8e8dfa View commit details
    Browse the repository at this point in the history