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

Pytorch MatMul Substitution #1313

Merged
merged 2 commits into from
Jan 6, 2025

Conversation

itai-berman
Copy link
Contributor

@itai-berman itai-berman commented Jan 6, 2025

Pull Request Description:

Add substitution to support MatMul function & operator by doing Reshape->Split->2D MatMul->Stack->Reshape

Checklist before requesting a review:

  • I set the appropriate labels on the pull request.
  • I have added/updated the release note draft (if necessary).
  • I have updated the documentation to reflect my changes (if necessary).
  • All function and files are well documented.
  • All function and classes have type hints.
  • There is a licenses in all file.
  • The function and variable names are informative.
  • I have checked for code duplications.
  • I have added new unittest (if necessary).

@ofirgo
Copy link
Collaborator

ofirgo commented Jan 6, 2025

Please close the old PR without merging to prevent any confusion
@itai-berman

@itai-berman itai-berman merged commit 5ed46c7 into sony:main Jan 6, 2025
40 checks passed
@itai-berman itai-berman deleted the pytorch_matmul_sub_new branch January 6, 2025 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants