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

x86 optimization for convolution int8 gemm unified elempack #4881

Merged
merged 75 commits into from
Aug 29, 2023

Conversation

nihui
Copy link
Member

@nihui nihui commented Jul 27, 2023

  • xop
  • avx2
  • avx512vnni
  • avxvnni
  • opt packA
  • opt packB
  • avx2/avx512 scatter
  • drop old code
  • coverage++
  • aligned load/store

@codecov-commenter
Copy link

codecov-commenter commented Jul 27, 2023

Codecov Report

Merging #4881 (5ecf7aa) into master (d38871b) will decrease coverage by 0.18%.
Report is 8 commits behind head on master.
The diff coverage is 95.65%.

@@            Coverage Diff             @@
##           master    #4881      +/-   ##
==========================================
- Coverage   94.90%   94.72%   -0.18%     
==========================================
  Files         776      767       -9     
  Lines      226446   228515    +2069     
==========================================
+ Hits       214908   216468    +1560     
- Misses      11538    12047     +509     
Files Changed Coverage Δ
src/layer/x86/convolution_im2col_gemm_int8.h 83.89% <ø> (ø)
src/layer/x86/x86_usability.h 100.00% <ø> (ø)
src/layer/x86/convolution_x86.cpp 87.93% <95.65%> (-1.16%) ⬇️

... and 7 files with indirect coverage changes

@nihui nihui changed the title [WIP] x86 optimization for convolution int8 gemm unified elempack x86 optimization for convolution int8 gemm unified elempack Aug 29, 2023
@nihui nihui merged commit 9ecf6a6 into Tencent:master Aug 29, 2023
91 of 92 checks passed
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.

2 participants