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

Fix Incorrect output for A or B with dim=1 in GEMM #4890

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

w8501
Copy link
Contributor

@w8501 w8501 commented Jul 28, 2023

Fixed a bug in the GEMM layer where incorrect shapes of M, N, and K occurred when matrix A or matrix B had dim=1, leading to incorrect output results

@codecov-commenter
Copy link

codecov-commenter commented Jul 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.91%. Comparing base (c45c01c) to head (b67eefc).
Report is 324 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##           master    #4890       +/-   ##
===========================================
+ Coverage   89.81%   94.91%    +5.09%     
===========================================
  Files         306      776      +470     
  Lines       86875   226096   +139221     
===========================================
+ Hits        78024   214589   +136565     
- Misses       8851    11507     +2656     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants