General matrix multiplication for f32 and f64 matrices
General matrix multiplication for f32 and f64 matrices. Operates on matrices with general layout (they can use arbitrary row and column stride). Detects and uses AVX or SSE2 on x86 platforms transparently for higher performance. Uses a microkernel strategy, so that the implementation is easy to parallelize and optimize. Supports multithreading. This package contains library source intended for building other packages which use "once_cell" feature of "matrixmultiply" crate.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.3.1-1.fc35 | - |
Fedora 35 | 0.3.1-1.fc35 | - |
You can contact the maintainers of this package via email at
rust-matrixmultiply dash maintainers at fedoraproject dot org
.