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

4x Faster LUT via StringZilla #36

Closed
wants to merge 1 commit into from

Commits on Oct 13, 2024

  1. Faster LUT via StringZilla

    StringZilla brings hardware-accelerated
    Look-Up Table transformations that can
    leverage AVX-512 VBMI instructions on
    recent Intel Ice Lake CPUs (installed in
    most DGX servers), as well as older
    Intel Haswell, and newer Arm CPUs,
    like AWS Graviton 4.
    
    Preliminary benchmarks on new x86 CPUs
    suggest up to 4x performance improvements
    compared to the OpenCV baselines.
    ashvardanian committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    7d57065 View commit details
    Browse the repository at this point in the history