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-interpreter] Removed beta(bias) of RmsNorm #14185

Merged

Conversation

seockho-kim
Copy link
Contributor

This commit removes beta(bias) of RmsNorm in kernel and loader.

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

issue: #14132
draft: #14169

This commit removes beta(bias) of RmsNorm in kernel and loader.

ONE-DCO-1.0-Signed-off-by: Seockho Kim [email protected]
@seockho-kim seockho-kim requested a review from a team October 10, 2024 03:53
@@ -25,18 +25,17 @@ std::unique_ptr<Kernel> build_kernel_CircleRmsNorm(const luci::CircleNode *circl
KernelBuilderHelper &helper)
{
const auto *node = loco::must_cast<const luci::CircleRmsNorm *>(circle_node);
assert(node->arity() == 3);
// assert(node->arity() == 2);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Temporarily commented because of build error.
It will be modified after luci lang codes are applied.

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 8c1c9fa into Samsung:master Oct 10, 2024
8 checks passed
@seockho-kim seockho-kim deleted the luci_interpreter_rmsnorm_remove_beta branch October 10, 2024 23:46
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