Skip to content

For skinny GEMM, use GEMV for better performance

03acef1
Select commit
Loading
Failed to load commit list.
Draft

Use rocBLAS GEMV for skinny GEMM (M=1 or N=1) to improve performance #4608

For skinny GEMM, use GEMV for better performance
03acef1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 12, 2026 in 0s

92.21% (-0.02%) compared to 130760a

View this Pull Request on Codecov

92.21% (-0.02%) compared to 130760a

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #4608      +/-   ##
===========================================
- Coverage    92.23%   92.21%   -0.02%     
===========================================
  Files          567      567              
  Lines        27479    27897     +418     
===========================================
+ Hits         25343    25724     +381     
- Misses        2136     2173      +37     

see 48 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.