ncnn icon indicating copy to clipboard operation
ncnn copied to clipboard

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

Open w8501 opened this issue 2 years ago • 1 comments
trafficstars

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

w8501 avatar Jul 28 '23 15:07 w8501

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Jul 28 '23 16:07 codecov-commenter