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 AVX-512 implementation for the distance and scalar quantizer functions. #3853

Closed
wants to merge 4 commits into from

Commits on Sep 12, 2024

  1. Add AVX-512 implementation for distance and scalar quantizer.

    Signed-off-by: Mulugeta Mammo <mulugeta.mammo@intel.com>
    mulugetam committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    56bb1bb View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Fix bugs in scalar quantizer and aarch64 arch compilation.

    Signed-off-by: Mulugeta Mammo <mulugeta.mammo@intel.com>
    mulugetam committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    653e9cc View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Use FMA and pure avx-512 implementation for decode_16_components.

    Signed-off-by: Mulugeta Mammo <mulugeta.mammo@intel.com>
    mulugetam committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    466db5d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Remove unused avx-2 functions when compiled for avx-512.

    Signed-off-by: Mulugeta Mammo <mulugeta.mammo@intel.com>
    mulugetam committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    1abfb8d View commit details
    Browse the repository at this point in the history