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/pass] Canonicalize PadV2 paddings #13542

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

seanshpark
Copy link
Contributor

This will enable Canonicalize PadV2 paddings dtype.

This will enable Canonicalize PadV2 paddings dtype.

ONE-DCO-1.0-Signed-off-by: SaeHie Park <[email protected]>
@seanshpark
Copy link
Contributor Author

@seanshpark seanshpark requested a review from a team July 29, 2024 06:25
Copy link
Contributor

@shs-park shs-park left a comment

Choose a reason for hiding this comment

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

LGTM!
I left a question, PTAL.
=)

return true;
}

// TODO merge both paddings_to_s32 with template
Copy link
Contributor

Choose a reason for hiding this comment

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

May I ask what the meaning of both paddings in this comment is?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

there are two paddings_to_s32(), one for Pad and another for PadV2.
changes in this PR for PadV2 is copied from Pad.

Copy link
Contributor

Choose a reason for hiding this comment

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

Thank you!

@seanshpark seanshpark merged commit 19b0b2b into Samsung:master Jul 29, 2024
7 checks passed
@seanshpark seanshpark deleted the luci_pass_can_padv2 branch July 29, 2024 07:54
jyoungyun pushed a commit to jyoungyun/ONE that referenced this pull request Jul 30, 2024
This will enable Canonicalize PadV2 paddings dtype.

ONE-DCO-1.0-Signed-off-by: SaeHie Park <[email protected]>
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.

2 participants