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 a build error in RmsNorm.h #14153

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

tomdol
Copy link
Contributor

@tomdol tomdol commented Oct 3, 2024

This commit fixes a build error coming from a missing exceptions-related include

ONE-DCO-1.0-Signed-off-by: Tomasz Dołbniak [email protected]

@tomdol
Copy link
Contributor Author

tomdol commented Oct 3, 2024

I've encountered this error when cross compiling for aarch64 on Ubuntu 24. The error is about a missing std::runtime_error symbol.

@tomdol tomdol force-pushed the build_error branch 5 times, most recently from cb7a9e0 to 609cbf5 Compare October 3, 2024 09:18
This commit fixes a build error coming from a missing exceptions-related include

ONE-DCO-1.0-Signed-off-by: Tomasz Dolbniak <[email protected]>
Copy link
Contributor

@ragmani ragmani left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@seockho-kim seockho-kim left a comment

Choose a reason for hiding this comment

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

LGTM

@glistening glistening merged commit cb14d8c into Samsung:master Oct 7, 2024
9 checks passed
@tomdol tomdol deleted the build_error branch October 7, 2024 06:28
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.

4 participants