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 framework for implementation of support for AVX512VNNI #3894

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Nov 25, 2022

  1. Test whether OS supports AVX512

    Signed-off-by: Stefan Weil <sw@weilnetz.de>
    stweil committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    99cc865 View commit details
    Browse the repository at this point in the history
  2. Implement intSimdMatrixAVX512VNNI (dummy)

    This dummy implementation just copied the code from AVX2.
    
    Signed-off-by: Stefan Weil <sw@weilnetz.de>
    stweil committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    5703419 View commit details
    Browse the repository at this point in the history
  3. Add unittest for AVX512VNNI

    Signed-off-by: Stefan Weil <sw@weilnetz.de>
    stweil committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    8d0bd68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    232093f View commit details
    Browse the repository at this point in the history