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

[WIP] x86 optimization for gemm int8 #5763

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

Conversation

nihui
Copy link
Member

@nihui nihui commented Oct 31, 2024

  • sse2 madd
  • sse4.1 cvt epi16
  • 64bit 16 registers
  • xop maddd
  • avx pack8
  • avx2 madd
  • avx2 gather
  • avx512 pack16 + 32 registers
  • avx512 scatter
  • avx512 vnni
  • avx vnni
  • avx vnni int8 (depends on avx vnni int8, avx vnni int16, avx ne convert infrastructure #5749)
  • avx10.1 + scatter + 32 registers (TODO infrastructure)
  • avx10.2 + avx512 vnni int8 (TODO infrastructure)
  • opt pack a
  • opt pack at
  • opt pack b
  • opt pack bt
  • opt unpack out
  • opt unpack aligned load + cvt ps

@github-actions github-actions bot added the x86 label Oct 31, 2024
@github-actions github-actions bot added the layer label Nov 4, 2024
@nihui nihui closed this Nov 14, 2024
@nihui nihui reopened this Nov 14, 2024
@github-actions github-actions bot added the test label Nov 28, 2024
@nihui nihui closed this Nov 28, 2024
@nihui nihui reopened this Nov 28, 2024
@nihui nihui closed this Nov 29, 2024
@nihui nihui reopened this Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant