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

Add sse4/avx2 support for fast x86 int8 (vpmaddubsw/vpmaddwd/vpaddd) #8897

Merged
merged 4 commits into from
Sep 9, 2021

Commits on Sep 1, 2021

  1. Add sse4/avx2 support for vpmaddubsw/vpmaddwd/vpaddd

    - Extend the list of different target for x86 topi
    - Extend tests for conv2d x86 int8 for fast i8 x86 platforms
    elvin-n committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    ff61cc9 View commit details
    Browse the repository at this point in the history
  2. fix code style

    elvin-n committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    7da5b4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0742047 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    051f9cc View commit details
    Browse the repository at this point in the history