ncnn icon indicating copy to clipboard operation
ncnn copied to clipboard

double buffer for gemm

Open futz12 opened this issue 3 months ago • 3 comments

futz12 avatar Nov 12 '25 03:11 futz12

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 95.88%. Comparing base (5154f22) to head (242c790). :warning: Report is 7 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6400      +/-   ##
==========================================
- Coverage   95.89%   95.88%   -0.02%     
==========================================
  Files         841      842       +1     
  Lines      266337   266551     +214     
==========================================
+ Hits       255409   255572     +163     
- Misses      10928    10979      +51     

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

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

codecov-commenter avatar Nov 12 '25 03:11 codecov-commenter

The binary size change of libncnn.so (bytes)

architecture base size pr size difference
x86_64 15234680 15212648 -22032 :kissing_heart:
armhf 6220404 6210752 -9652 :kissing_heart:
aarch64 9525552 9524560 -992 :kissing_heart:

github-actions[bot] avatar Nov 12 '25 03:11 github-actions[bot]

there is one interesting flops test in https://github.com/Tencent/ncnn/pull/6284

nihui avatar Nov 12 '25 08:11 nihui