-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[GPU] Pad-12 #19083
Conversation
6bbf412
to
c5309de
Compare
c44b8ea
to
4a49d54
Compare
float pad_value = 0.0f; | ||
float pad_value{0.0}; | ||
/// @brief Allow negative values in pads_begin and pad_end. | ||
bool allow_negative_pad; |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
Currently CI build is broken. Please check build error and rebase if needed. |
LGTM for gpu part, but this PR contains change on common test infra. @ilyachur could you please take a look? |
@ilyachur Could you please review common test infra change of this PR? Thanks! |
58c68e6
to
6b5163e
Compare
6b5163e
to
4aae63c
Compare
* 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
Ticket CVS-117259