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

[GPU] Pad-12 #19083

Merged
merged 4 commits into from
Sep 12, 2023
Merged

[GPU] Pad-12 #19083

merged 4 commits into from
Sep 12, 2023

Conversation

okhovan
Copy link
Contributor

@okhovan okhovan commented Aug 9, 2023

Ticket CVS-117259

@github-actions github-actions bot added category: IE Tests OpenVINO Test: plugins and common category: GPU OpenVINO GPU plugin labels Aug 9, 2023
@okhovan okhovan force-pushed the feature/pad12 branch 2 times, most recently from 6bbf412 to c5309de Compare August 9, 2023 13:14
@okhovan okhovan changed the title [WIP][GPU] Pad-12 [GPU] Pad-12 Aug 9, 2023
@okhovan okhovan marked this pull request as ready for review August 10, 2023 06:23
@okhovan okhovan requested review from a team as code owners August 10, 2023 06:23
@okhovan okhovan requested a review from wilson-seok August 11, 2023 07:45
@okhovan okhovan force-pushed the feature/pad12 branch 2 times, most recently from c44b8ea to 4a49d54 Compare August 22, 2023 07:27
@wilson-seok wilson-seok added the ExternalPR External contributor label Aug 23, 2023
float pad_value = 0.0f;
float pad_value{0.0};
/// @brief Allow negative values in pads_begin and pad_end.
bool allow_negative_pad;
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it ok without default value?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Is it ok without default value?

It is ok since there are default value for ctor's argument.
Though for sake of code consistency indeed it is better to have default value here.
Fixed.

@wilson-seok
Copy link
Contributor

Currently CI build is broken. Please check build error and rebase if needed.

@yeonbok
Copy link
Contributor

yeonbok commented Aug 28, 2023

LGTM for gpu part, but this PR contains change on common test infra. @ilyachur could you please take a look?

@wilson-seok
Copy link
Contributor

@ilyachur Could you please review common test infra change of this PR? Thanks!

@okhovan okhovan force-pushed the feature/pad12 branch 4 times, most recently from 58c68e6 to 6b5163e Compare September 11, 2023 07:56

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@ilyachur ilyachur merged commit 8e0d8dd into openvinotoolkit:master Sep 12, 2023
@ilyachur ilyachur added this to the 2023.2 milestone Sep 12, 2023
yangwang201911 pushed a commit to yangwang201911/openvino that referenced this pull request Sep 13, 2023
* GPU primitive and kernel changes to support Pad-12

* Exclude Pad-12 from GPU transformations pipeline

* add unit tests

* add single-layet test for Pad-12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: GPU OpenVINO GPU plugin category: IE Tests OpenVINO Test: plugins and common ExternalPR External contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants