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

[PT FE] Support dynamic shapes torch.export #28295

Merged
merged 4 commits into from
Jan 8, 2025

Conversation

mvafin
Copy link
Contributor

@mvafin mvafin commented Jan 7, 2025

Details:

  • Support dynamic shapes torch.export
  • Improve support for list as inlined inputs. Previously we decomposed lists to many inputs, now we use decoder to make it a list and resolve it in a same way we resolve lists in TS graph.

Tickets:

@mvafin mvafin requested review from a team as code owners January 7, 2025 11:08
@github-actions github-actions bot added category: Python API OpenVINO Python bindings category: CPP API OpenVINO CPP API bindings category: PyTorch FE OpenVINO PyTorch Frontend labels Jan 7, 2025
@mvafin mvafin force-pushed the mvafin/pt_fe/export_dynamism branch 2 times, most recently from 44396fb to 035749c Compare January 7, 2025 11:28
Signed-off-by: Maxim Vafin <[email protected]>
@mvafin mvafin added this to the 2025.0 milestone Jan 8, 2025
@mvafin mvafin enabled auto-merge January 8, 2025 16:20
@mvafin mvafin added this pull request to the merge queue Jan 8, 2025
Merged via the queue into openvinotoolkit:master with commit 4d008f2 Jan 8, 2025
186 checks passed
@mvafin mvafin deleted the mvafin/pt_fe/export_dynamism branch January 8, 2025 19:20
MirceaDan99 pushed a commit to MirceaDan99/openvino that referenced this pull request Jan 22, 2025
### Details:
 - *Support dynamic shapes torch.export*
- *Improve support for `list` as inlined inputs. Previously we
decomposed lists to many inputs, now we use decoder to make it a list
and resolve it in a same way we resolve lists in TS graph.*

### Tickets:
 - *CVS-138565*

---------

Signed-off-by: Maxim Vafin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: CPP API OpenVINO CPP API bindings category: Python API OpenVINO Python bindings category: PyTorch FE OpenVINO PyTorch Frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants