We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Handle Gemm with a graph rewriting pass instead of hard coding the branching logic
#1089
The text was updated successfully, but these errors were encountered:
Use Gemm to implement addmm | fix(torchlib) (#1113)
c68468e
When I looked at the test coverage for `addmm` (below), I realized mat1 and mat2 are always 2d tensors. So the rank check is redundant. `addmm` is now fully mapped to `Gemm`, which should completely resolve #1089 Closes #1110 
Successfully merging a pull request may close this issue.
Handle Gemm with a graph rewriting pass instead of hard coding the branching logic
#1089
The text was updated successfully, but these errors were encountered: