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

[Good First Issue]: Support aten::logaddexp #28529

Open
mvafin opened this issue Jan 17, 2025 · 5 comments · May be fixed by #28539
Open

[Good First Issue]: Support aten::logaddexp #28529

mvafin opened this issue Jan 17, 2025 · 5 comments · May be fixed by #28539
Assignees
Labels
category: PyTorch FE OpenVINO PyTorch Frontend good first issue Good for newcomers no_stale Do not mark as stale

Comments

@mvafin
Copy link
Contributor

mvafin commented Jan 17, 2025

Context

OpenVINO component responsible for support of PyTorch models is called as PyTorch Frontend (PT FE). PT FE converts a model represented as TorchScript model to a model in OpenVINO opset.

What needs to be done?

  • Implement conversion rule and/or transformation to support the new operation.
  • Implement operation tests in tests/layer_tests/pytorch_tests. Please consider different data types, but keep reasonable number of test cases

Example Pull Requests

#18998

Resources

Contact points

@openvinotoolkit/openvino-pytorch-frontend-maintainers

Ticket

TBD

@mvafin mvafin added category: PyTorch FE OpenVINO PyTorch Frontend good first issue Good for newcomers no_stale Do not mark as stale labels Jan 17, 2025
@github-project-automation github-project-automation bot moved this to Contributors Needed in Good first issues Jan 17, 2025
@darksapien23151
Copy link
Contributor

Hey, @mvafin ,, would love working on it!!

@andrei-kochin andrei-kochin moved this from Contributors Needed to Assigned in Good first issues Jan 18, 2025
itsbharatj added a commit to itsbharatj/openvino that referenced this issue Jan 19, 2025
@itsbharatj
Copy link
Contributor

Created a PR @mvafin for this issue
#28539

@itsbharatj
Copy link
Contributor

.take

Copy link
Contributor

Thanks for being interested in this issue. It looks like this ticket is already assigned to a contributor. Please communicate with the assigned contributor to confirm the status of the issue.

@rkazants rkazants linked a pull request Jan 19, 2025 that will close this issue
@mvafin
Copy link
Contributor Author

mvafin commented Jan 21, 2025

@darksapien23151 @itsbharatj Please check #28584 for more operations to be supported.

itsbharatj added a commit to itsbharatj/openvino that referenced this issue Jan 21, 2025
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 good first issue Good for newcomers no_stale Do not mark as stale
Projects
Status: Assigned
Development

Successfully merging a pull request may close this issue.

3 participants