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

[circlechef] Support RmsNorm operation #14007

Merged
merged 2 commits into from
Sep 13, 2024

Conversation

seockho-kim
Copy link
Contributor

This commit adds support for RmsNorm operation.

ONE-DCO-1.0-Signed-off-by: Seockho Kim [email protected]

issue: #13964
draft: #13967

This commit adds support for RmsNorm operation.

ONE-DCO-1.0-Signed-off-by: Seockho Kim [email protected]
@@ -41,5 +41,15 @@ operation {
activation: NONE
}
}
operation {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

plz do not edit this file. this file is to check shape signature and has nothing to do with new options.
Op test recipe should be added into res/CircleRecipes

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

plz do not edit this file. this file is to check shape signature and has nothing to do with new options. Op test recipe should be added into res/CircleRecipes

Okay, I'll update it.

This commit reverts the rmsnorm change in test.recipe.
Test recipe only should be added to res/CircleRecipes.

ONE-DCO-1.0-Signed-off-by: Seockho Kim [email protected]
Copy link
Contributor

@seanshpark seanshpark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@seanshpark seanshpark merged commit bc5eb41 into Samsung:master Sep 13, 2024
9 checks passed
@seockho-kim seockho-kim deleted the circlechef_rmsnorm branch September 13, 2024 03:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants