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

Implement SIMD matrix multiplications #47

Draft
wants to merge 16 commits into
base: master
Choose a base branch
from

Commits on May 26, 2021

  1. Configuration menu
    Copy the full SHA
    11330d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29a0433 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    710ec33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b287126 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec57665 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    07f3863 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd05cb9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9047b83 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    106bc39 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9cb9f03 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8314e5c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1be481e View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Configuration menu
    Copy the full SHA
    c9c8218 View commit details
    Browse the repository at this point in the history
  2. Add iostream output for a 4x4 C-style matrix, and make N a command li…

    …ne parameter to matrix_mxm_timing.cpp
    demianmnave committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    86b8a7c View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2024

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

Commits on Dec 1, 2024

  1. Implement experimental SIMD 4x4 matrix products with AVX2

    - The new functions are enabled only when compiling with MSVC and "/arch:AVX2".
    demianmnave committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    34b6e4f View commit details
    Browse the repository at this point in the history