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

[compiler] Introduce FuseGRUPass #14237

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

Conversation

chunseoklee
Copy link
Contributor

This PR is continuation from #13602

Artem Balyshev and others added 11 commits December 5, 2024 15:52
This pr introduces FuseGRUPass for fusing gru pattern into single CircleGRU op.

ONE-DCO-1.0-Signed-off-by: Artem Balyshev <[email protected]>
This pr introduces EliminateDeadSubgraphPass for removing dead subgraph.

ONE-DCO-1.0-Signed-off-by: Artem Balyshev <[email protected]>
This commit adds fuse_gru test to circle2circle-dredd-recipe-test.

ONE-DCO-1.0-Signed-off-by: Artem Balyshev <[email protected]>
- add decomposed gru recipe into luci/test

ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]>
- recipe for model to check EliminateDeadSubgraphPass

ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]>
- Add Net_Dead_Graph_000 recipe into dredd test list
Co-authored-by: Hyukjin Jeong <[email protected]>
Since remove_deadgraph is optional now, it should be run on the test
FuseGRU pass leaves condition and body subgraph in the fused graph.
Thus, 4 rules about cond/bode graphs should be removed.

ONE-DCO-1.0-Signed-off-by: Chunseok Lee <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants