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] Some fixes to enable dynamic validation model #18340

Merged
merged 6 commits into from
Jul 5, 2023

Conversation

andrew-k-park
Copy link
Contributor

@andrew-k-park andrew-k-park commented Jul 3, 2023

Details:

  • Skip fuse_quantize_f if input or output layout is dynamic on prepare_primitive_fusing
  • Update condition of can_fuse_reorder_to_prev for concat in shape_of subgraph
  • Skip concat_in_place optimization if concat is shape_of subgraph on prepare_buffer_fusing
  • Add reorder if eltwise is shape_of subgraph and data types between input and output are different
  • Skip reorder+quantize optimization if reorder has dynamic shape on remove_redundant_reorders

Tickets:

  • 114263

@andrew-k-park andrew-k-park added the category: GPU OpenVINO GPU plugin label Jul 3, 2023
@andrew-k-park andrew-k-park added this to the 2023.1 milestone Jul 3, 2023
@andrew-k-park andrew-k-park marked this pull request as ready for review July 4, 2023 10:36
@andrew-k-park andrew-k-park requested review from a team as code owners July 4, 2023 10:36
Copy link
Contributor

@e-ddykim e-ddykim left a comment

Choose a reason for hiding this comment

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

Looks good to me

@yeonbok yeonbok merged commit 9069dab into openvinotoolkit:master Jul 5, 2023
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.

4 participants