Additional test cases for MatMul operator#7407
Merged
titaiwangms merged 2 commits intoonnx:mainfrom Oct 17, 2025
Merged
Conversation
Signed-off-by: Ti-Tai Wang <titaiwang@microsoft.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7407 +/- ##
==========================================
- Coverage 54.48% 54.46% -0.03%
==========================================
Files 511 511
Lines 31897 31913 +16
Branches 2868 2868
==========================================
Hits 17380 17380
- Misses 13734 13750 +16
Partials 783 783 ☔ View full report in Codecov by Sentry. |
justinchuby
approved these changes
Oct 17, 2025
titaiwangms
added a commit
to microsoft/onnxruntime
that referenced
this pull request
Jan 16, 2026
The new matmul 1d tests are introduced in ONNX v1.20.1 (#26579). They are not currently supported by DML. Original PR on ONNX: onnx/onnx#7407
alex-spacemit
pushed a commit
to spacemit-com/onnxruntime
that referenced
this pull request
Jan 20, 2026
The new matmul 1d tests are introduced in ONNX v1.20.1 (microsoft#26579). They are not currently supported by DML. Original PR on ONNX: onnx/onnx#7407
tianleiwu
pushed a commit
to microsoft/onnxruntime
that referenced
this pull request
Feb 4, 2026
The new matmul 1d tests are introduced in ONNX v1.20.1 (#26579). They are not currently supported by DML. Original PR on ONNX: onnx/onnx#7407
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
From #7103
Additional test cases for the MatMul operator, testing broadcasting and the 1-dimensional case
Credits to @meilofveeningen-rl