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

feat: add vector.Sum using AVX512 #544

Closed
wants to merge 14 commits into from
Closed

feat: add vector.Sum using AVX512 #544

wants to merge 14 commits into from

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    d7aa178 View commit details
    Browse the repository at this point in the history
  2. checkpoint

    gbotrel committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    6d2d8a8 View commit details
    Browse the repository at this point in the history
  3. checkpoint

    gbotrel committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    0bb00a0 View commit details
    Browse the repository at this point in the history
  4. checkpoint

    gbotrel committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    ce4ade2 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. feat: add vec.Sum AVX512

    gbotrel committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    847a6df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4796eb3 View commit details
    Browse the repository at this point in the history
  3. build: make linter happy

    gbotrel committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    dfcb110 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f45aeb9 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. perf: loop 8 by 8, cosmetics

    gbotrel committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    75120a0 View commit details
    Browse the repository at this point in the history
  2. style: cosmetics

    gbotrel committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    dc15a6a View commit details
    Browse the repository at this point in the history
  3. test: better sum test

    gbotrel committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a66f547 View commit details
    Browse the repository at this point in the history
  4. test: more test

    gbotrel committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    5b2b11d View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. refactor: move common assembly routine in subfolder (#545)

    * refactor: move common assembly routines in root
    
    * build: make linter happier
    
    * style: cosmetics
    
    * test: start fixing integration test
    
    * style: factorize mul documentation
    
    * feat: add .ASMVector and fix integartion test
    
    * test: fix 32bit test
    
    * test: fix previous commit
    gbotrel authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    fcfaa05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b27149d View commit details
    Browse the repository at this point in the history