Skip to content

[GPU] Add func test for implicit padding in dynamic convolution #31206

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

davidsnam-intel
Copy link
Contributor

@davidsnam-intel davidsnam-intel commented Jul 4, 2025

Details:

  • Add a functional test for implicit padding in dynamic convolutions.

Issue:

  • The implicit padding is updated after calling update_shape_info_tensor() in primitive_inst.cpp.
  • That means a shape agnostic kernel of convolution doesn't work well with implicit padding.
  • For this reason, if a shape agnostic kernel is selected when there is implicit padding, the accuracy drop occurs.
  • So this test is to ensure that dynamic_impls is not chosen for implicit padding in convolution.

Related to:

Tickets:

  • 169416

@davidsnam-intel davidsnam-intel requested review from a team as code owners July 4, 2025 03:36
@github-actions github-actions bot added the category: GPU OpenVINO GPU plugin label Jul 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: GPU OpenVINO GPU plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant