Skip to content

Additional test cases for MatMul operator#7407

Merged
titaiwangms merged 2 commits intoonnx:mainfrom
titaiwangms:titaiwang/add_matmul_1d
Oct 17, 2025
Merged

Additional test cases for MatMul operator#7407
titaiwangms merged 2 commits intoonnx:mainfrom
titaiwangms:titaiwang/add_matmul_1d

Conversation

@titaiwangms
Copy link
Copy Markdown
Contributor

@titaiwangms titaiwangms commented Oct 17, 2025

From #7103
Additional test cases for the MatMul operator, testing broadcasting and the 1-dimensional case

Credits to @meilofveeningen-rl

Signed-off-by: Ti-Tai Wang <titaiwang@microsoft.com>
@titaiwangms titaiwangms requested a review from a team as a code owner October 17, 2025 21:58
@github-project-automation github-project-automation bot moved this to In progress in PR Tracker Oct 17, 2025
@codecov
Copy link
Copy Markdown

codecov bot commented Oct 17, 2025

Codecov Report

❌ Patch coverage is 0% with 16 lines in your changes missing coverage. Please review.
✅ Project coverage is 54.46%. Comparing base (c98cec2) to head (9405c99).
⚠️ Report is 20 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
onnx/backend/test/case/node/matmul.py 0.00% 16 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@github-project-automation github-project-automation bot moved this from In progress to Reviewer approved in PR Tracker Oct 17, 2025
@titaiwangms titaiwangms merged commit bd3ce9a into onnx:main Oct 17, 2025
38 of 39 checks passed
@github-project-automation github-project-automation bot moved this from Reviewer approved to Done in PR Tracker Oct 17, 2025
@titaiwangms titaiwangms added the topic: operator Issues related to ONNX operators label Oct 30, 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

topic: operator Issues related to ONNX operators

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants