A Multithreaded, processor specialized, fork of the matrixmultiply crate
Stars
5
Forks
1
Watchers
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
55
commits
47
Merge pull request #1 from saethlin/master
8cbac61
Fix stack use after return from pointers into a SmallVec
fb3b5f3
Update edition, dependencies, and x86 intrinsics
083ad66
Update dependencies
196e059
Duplicate tests for single threaded version.
036549e
Expose single threaded functions
6ced165
Clean up new ptr warnings, tweak inlining
13aa4f6
Reinstate unrolled loops, version bump to 0.1.5
09fd105
Switch to parking_lot synchronisation primitives
8edd67d
Version bump
53a646c
Change *mut to *const for atomics
b6439d4
Toml Update
35c46b5
Switch to using loop vectorisation instead of slp vectorisation.
fa1a93c
Add prefetching to micro panel packing.
c265b47
Prefetch tweak and update dependencies
33775ad