-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Gemm to implement addmm | fix(torchlib) (#1113)
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 ![image](https://github.com/microsoft/onnxscript/assets/11205048/073347ca-d677-4c87-94fa-e40a13642569)
- Loading branch information
1 parent
b6ec405
commit c68468e
Showing
2 changed files
with
17 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters