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

[luci/pass] Introduce FuseGRU Pass #14252

Open
wants to merge 4 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 <a.balyshev@samsung.com>
    ONE-DCO-1.0-Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
    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 <saehie.park@gmail.com>
    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