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

[draft][luci/pass] Introduce FuseGRU Pass #14252

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Oct 24, 2024

  1. [luci/pass] Introduce FuseGRU Pass

    This PR introduces FuseGRUPass for fusing decomposed gru pattern into single CircleGRU.
    
    ONE-DCO-1.0-Signed-off-by: Artem Balyshev <[email protected]>
    ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]>
    Artem Balyshev authored and chunseoklee committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d4fa1e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    ec29daa View commit details
    Browse the repository at this point in the history
  2. Update compiler/luci/pass/src/FuseGRUPass.cpp

    Co-authored-by: SaeHie Park <[email protected]>
    chunseoklee and seanshpark authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    de1f543 View commit details
    Browse the repository at this point in the history
  3. throw instead of assert

    chunseoklee committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    604fb70 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Update compiler/luci/pass/src/FuseGRUPass.cpp

    Co-authored-by: SaeHie Park <[email protected]>
    chunseoklee and seanshpark authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    fada0d2 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions(must_cast)

    Co-authored-by: Hyukjin Jeong <[email protected]>
    chunseoklee and jinevening authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    338a878 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Update compiler/luci/pass/src/FuseGRUPass.cpp

    Co-authored-by: Hyukjin Jeong <[email protected]>
    chunseoklee and jinevening authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    c69e2d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. revise fusegru pass

    chunseoklee committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    7ac097f View commit details
    Browse the repository at this point in the history