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 #5874

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

Conversation

nihui
Copy link
Member

@nihui nihui commented Jan 15, 2025

  • conv int8 test 0.5 filtered
  • coverage
  • benchmark for avx2 avx512vnni xop

@github-actions github-actions bot added the x86 label Jan 15, 2025
@codecov-commenter
Copy link

codecov-commenter commented Jan 15, 2025

Codecov Report

Attention: Patch coverage is 98.15668% with 4 lines in your changes missing coverage. Please review.

Project coverage is 95.07%. Comparing base (ace8372) to head (564cd1d).

Files with missing lines Patch % Lines
src/layer/x86/convolution_x86_avx2.cpp 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5874      +/-   ##
==========================================
- Coverage   95.10%   95.07%   -0.04%     
==========================================
  Files         824      824              
  Lines      277477   275571    -1906     
==========================================
- Hits       263904   261999    -1905     
+ Misses      13573    13572       -1     

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

@nihui nihui closed this Jan 15, 2025
@nihui nihui reopened this Jan 15, 2025
@nihui nihui changed the title [WIP] x86 optimization for convolution int8 gemm x86 optimization for convolution int8 gemm Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants