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][compiler] Introduce FuseGRUPass #13602

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

Commits on Aug 6, 2024

  1. [DRAFT][compiler] Introduce FuseGRUPass

    This pr introduces FuseGRUPass for fusing gru pattern into single CircleGRU op.
    
    ONE-DCO-1.0-Signed-off-by: Artem Balyshev <[email protected]>
    Artem Balyshev committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    36c7317 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. [DRAFT][compiler] Introduce EliminateDeadSubgraphPass

    This pr introduces EliminateDeadSubgraphPass for removing dead subgraph.
    
    ONE-DCO-1.0-Signed-off-by: Artem Balyshev <[email protected]>
    Artem Balyshev committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    9538317 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. [recipe] Add recipe for Decomposed GRU.

    This pr adds recipe for decomposed GRU.
    
    ONE-DCO-1.0-Signed-off-by: Artem Balyshev <[email protected]>
    Artem Balyshev committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    5eb8f9e View commit details
    Browse the repository at this point in the history
  2. [circle2circle-dredd-recipe-test] Add fuse_gru test

    This commit adds fuse_gru test to circle2circle-dredd-recipe-test.
    
    ONE-DCO-1.0-Signed-off-by: Artem Balyshev <[email protected]>
    Artem Balyshev committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    ac88f3d View commit details
    Browse the repository at this point in the history
  3. small fixes

    Artem Balyshev committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    bc903d1 View commit details
    Browse the repository at this point in the history