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

Pr 36 #37

Merged
merged 17 commits into from
Oct 18, 2024
Merged

Pr 36 #37

merged 17 commits into from
Oct 18, 2024

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

Commits on Oct 15, 2024

  1. Updated min version to 3.9

    ternaus committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    389221e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed63871 View commit details
    Browse the repository at this point in the history
  3. Udpated test

    ternaus committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    67b033c View commit details
    Browse the repository at this point in the history
  4. Refacctoring in benchmark

    ternaus committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    71c10b9 View commit details
    Browse the repository at this point in the history
  5. Updated Readme

    ternaus committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    23dc666 View commit details
    Browse the repository at this point in the history
  6. works

    ternaus committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    de76fb2 View commit details
    Browse the repository at this point in the history
  7. Fixes stringzilla version

    ternaus committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ab66a4f View commit details
    Browse the repository at this point in the history
  8. Fix in sh script

    ternaus committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    297eb68 View commit details
    Browse the repository at this point in the history
  9. Ste => std

    ternaus committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c0e924b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Fix

    ternaus committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1962c49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2040252 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Made inplace=False by default

    ternaus committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    9de7e1a View commit details
    Browse the repository at this point in the history
  2. Updated tests

    ternaus committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    309aa36 View commit details
    Browse the repository at this point in the history
  3. Removed python 3.13 from CI

    ternaus committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    56ea4dc View commit details
    Browse the repository at this point in the history
  4. Cleanup

    ternaus committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    25c079a View commit details
    Browse the repository at this point in the history
  5. Cleanup

    ternaus committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    97a6960 View commit details
    Browse the repository at this point in the history