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

[onert] Use maybe_unused attribute for local variable in bias_op kernel #13582

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

jyoungyun
Copy link
Contributor

@jyoungyun jyoungyun commented Aug 2, 2024

To remove an unused variable warning in release build, this commit uses
maybe_unused attribute for local variable.

ONE-DCO-1.0-Signed-off-by: Jiyoung Yun [email protected]

@jyoungyun jyoungyun added PR/ready for review It is ready to review. Please review it. approval: 1 Require at least 1 approval labels Aug 2, 2024
@jyoungyun jyoungyun requested a review from a team August 2, 2024 06:03
To remove an unused variable warning in release build, this commit uses
maybe_unused attribute for local variable.

ONE-DCO-1.0-Signed-off-by: Jiyoung Yun <[email protected]>
@jyoungyun jyoungyun changed the title [onert] Remove unnecessary variable in bias_op kernel [onert] Use maybe_unused attribute for local variable in bias_op kernel Aug 2, 2024
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

@zetwhite zetwhite left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@hseok-oh hseok-oh merged commit b66ccf0 into Samsung:master Aug 2, 2024
9 checks passed
@jyoungyun jyoungyun deleted the onert/fix_bias_op branch August 5, 2024 01:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approval: 1 Require at least 1 approval PR/ready for review It is ready to review. Please review it.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants