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

Added support for aten::randperm with tests [WIP - aten::polar] #29585

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

Conversation

vijaykr338
Copy link

Details:

added support for aten::randperm and tests

currently working on aten::polar and others

Tickets:

@github-actions github-actions bot added the category: PyTorch FE OpenVINO PyTorch Frontend label Mar 19, 2025
Copy link
Author

@vijaykr338 vijaykr338 left a comment

Choose a reason for hiding this comment

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

@mvafin
I found out that pytorch.polar returns complex tensors meanwhile OpenVINO does not support them right now

to make it work, I separately computed real and imag parts using cos and sine then wrapped it with a ComplexTypeMark.

I will now work on str and delete

@vijaykr338 vijaykr338 marked this pull request as ready for review March 23, 2025 12:52
@vijaykr338 vijaykr338 requested a review from a team as a code owner March 23, 2025 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: PyTorch FE OpenVINO PyTorch Frontend ExternalPR External contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants