-
Notifications
You must be signed in to change notification settings - Fork 15
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
demianmnave
wants to merge
16
commits into
master
Choose a base branch
from
add-mxm-timing-tests
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Commits on May 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 11330d2 - Browse repository at this point
Copy the full SHA 11330d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29a0433 - Browse repository at this point
Copy the full SHA 29a0433View commit details -
Configuration menu - View commit details
-
Copy full SHA for 710ec33 - Browse repository at this point
Copy the full SHA 710ec33View commit details -
Configuration menu - View commit details
-
Copy full SHA for b287126 - Browse repository at this point
Copy the full SHA b287126View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec57665 - Browse repository at this point
Copy the full SHA ec57665View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07f3863 - Browse repository at this point
Copy the full SHA 07f3863View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd05cb9 - Browse repository at this point
Copy the full SHA fd05cb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9047b83 - Browse repository at this point
Copy the full SHA 9047b83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 106bc39 - Browse repository at this point
Copy the full SHA 106bc39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cb9f03 - Browse repository at this point
Copy the full SHA 9cb9f03View commit details -
Complete transition to configurable timing code (for 4x4, anyway), in…
…cluding ET-based mxm
Configuration menu - View commit details
-
Copy full SHA for 8314e5c - Browse repository at this point
Copy the full SHA 8314e5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1be481e - Browse repository at this point
Copy the full SHA 1be481eView commit details
Commits on Jun 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c9c8218 - Browse repository at this point
Copy the full SHA c9c8218View commit details -
Add iostream output for a 4x4 C-style matrix, and make N a command li…
…ne parameter to matrix_mxm_timing.cpp
Configuration menu - View commit details
-
Copy full SHA for 86b8a7c - Browse repository at this point
Copy the full SHA 86b8a7cView commit details
Commits on Nov 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b8721b6 - Browse repository at this point
Copy the full SHA b8721b6View commit details
Commits on Dec 1, 2024
-
Implement experimental SIMD 4x4 matrix products with AVX2
- The new functions are enabled only when compiling with MSVC and "/arch:AVX2".
Configuration menu - View commit details
-
Copy full SHA for 34b6e4f - Browse repository at this point
Copy the full SHA 34b6e4fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.