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

[compute/cker] Fix RMSNorm shape assert error #14247

Merged
merged 2 commits into from
Oct 24, 2024

Conversation

seockho-kim
Copy link
Contributor

This commit fixes shape assert error when running model including RMSNorm operation.

ONE-DCO-1.0-Signed-off-by: Seockho Kim seockho.kim@samsung.com

issue: #14245

This commit fixes shape assert error when running model including RMSNorm operation.

ONE-DCO-1.0-Signed-off-by: Seockho Kim seockho.kim@samsung.com
@seockho-kim seockho-kim requested a review from a team October 23, 2024 03:49
@chunseoklee
Copy link
Contributor

@seockho-kim How unittest passed without this change before ?

@seockho-kim
Copy link
Contributor Author

@seockho-kim How unittest passed without this change before ?

Well, there is no unittest in this case, rank 3.
Only rank 4 was tested.
I'll add unittest for this case.

Unit test added for RMSNorm to test rank 3 input.

ONE-DCO-1.0-Signed-off-by: Seockho Kim seockho.kim@samsung.com
Copy link
Contributor

@ys44kim ys44kim left a comment

Choose a reason for hiding this comment

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

LGTM

@chunseoklee chunseoklee merged commit 1ba6970 into Samsung:master Oct 24, 2024
9 checks passed
@seockho-kim seockho-kim deleted the cker_rmsnorm_fix_shape_assert branch October 24, 2024 07:54
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.

3 participants