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

[WIP][GPU] Remove legacy shape infer and multi-out handling #25685

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

vladimir-paramuzov
Copy link
Contributor

Details:

  • Completely removed legacy shape inference including calc_output_layout() method of primitives, allow_new_shape_infer property and all related calls
  • Removed legacy multi-output handling and migrate to new one
  • Cleanup api of several primitives to remove unused constructors and parameters
  • TODO:
    • LSTMCell/Sequence support to avoid decomposition to legacy subgraph
    • prepare_padding fixes
    • perf/accuracy checks and fixes

@vladimir-paramuzov vladimir-paramuzov added the category: GPU OpenVINO GPU plugin label Jul 23, 2024
@vladimir-paramuzov vladimir-paramuzov requested review from a team as code owners July 23, 2024 07:33
@vladimir-paramuzov vladimir-paramuzov requested review from itikhono and removed request for a team July 23, 2024 07:33
@github-actions github-actions bot added category: CPU OpenVINO CPU plugin category: transformations OpenVINO Runtime library - Transformations labels Jul 23, 2024
@vladimir-paramuzov vladimir-paramuzov added no_stale Do not mark as stale WIP work in progress labels Jul 23, 2024
@github-actions github-actions bot removed category: CPU OpenVINO CPU plugin category: transformations OpenVINO Runtime library - Transformations labels Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: GPU OpenVINO GPU plugin no_stale Do not mark as stale WIP work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant