issues
search
bluss
/
matrixmultiply
General matrix multiplication of f32 and f64 matrices in Rust. Supports matrices with general strides.
https://docs.rs/matrixmultiply/
Apache License 2.0
213
stars
25
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add `clippy` to CI
#86
cospectrum
closed
3 months ago
1
Fix alignment in s390x and cross test
#85
bluss
closed
4 months ago
0
Update CI actions and tests with cargo careful's sanitizer
#84
bluss
closed
8 months ago
0
Allow usage of the crate without alloc
#83
steckes
opened
1 year ago
0
Transposed operations segfault
#82
RylanYancey
opened
1 year ago
1
Give the user the ability to allocate all memory himself
#81
cospectrum
opened
1 year ago
4
request 8-byte buffer alignment on macos
#80
bluss
closed
1 year ago
1
Bazel: link or target filename contains space
#79
QuentinPerez
closed
1 year ago
2
Remove space from file names
#78
xander-zitara
closed
1 year ago
3
Fix nostd build for complex
#77
bluss
closed
1 year ago
0
0.3.5 fails to build with `--no-default-features --features cgemm`
#76
autarch
closed
1 year ago
3
Special packing for complex, specialize packing for avx2
#75
bluss
closed
1 year ago
1
Use slice in packing function for noalias optimization
#74
bluss
closed
1 year ago
0
Arm64/AArch64 Neon kernels
#73
bluss
closed
1 year ago
0
Request only 16-byte alignment on macos
#72
bluss
closed
1 year ago
0
Tiny matmul discrepancy between single- and multi- thread(?)
#71
kstavro
closed
1 year ago
19
Silence suspicious Send/Sync impls warning
#70
bluss
closed
2 years ago
0
Fix Send/Sync impls for future compat warning
#69
bluss
closed
2 years ago
0
Updated comment in function kernel_x86_avx
#68
Tastaturtaste
closed
2 years ago
1
Fix Miri error with -Zmiri-tag-raw-pointers
#67
jturner314
closed
2 years ago
6
Run CI on macos too
#66
bluss
closed
3 years ago
0
Run the benchmark loop script in ci
#65
bluss
closed
3 years ago
0
Fix usize parsing on 32-bit arch
#64
bluss
closed
3 years ago
0
Fix crates.io badge
#63
atouchet
closed
3 years ago
1
Run miri in the testuite
#62
bluss
closed
3 years ago
0
Links and other knowledge about applied matrix multiplication
#61
bluss
opened
3 years ago
0
Run CI on macOS too
#60
bluss
closed
2 years ago
1
Allow tweaking size parameters at compile time
#59
bluss
closed
3 years ago
1
Add experimental support for complex: cgemm/zgemm
#58
bluss
closed
3 years ago
0
Apple M1 SIMD support
#57
KaedeTai
closed
1 year ago
6
Align mask buffer pointer manually
#56
bluss
closed
3 years ago
1
Test involving many 6x6 matrices fails randomly on Mac OS
#55
vihdzp
closed
1 year ago
16
Add benchmark runner as an "example" binary
#54
bluss
closed
3 years ago
0
Add github actions to replace travis
#53
bluss
closed
3 years ago
1
Add threading support
#52
bluss
closed
3 years ago
0
no_std support
#51
vadixidav
closed
3 years ago
17
error: array lengths can't depend on generic parameters
#50
jonathanstrong
closed
4 years ago
5
Fix test build for non-x86
#49
bluss
closed
5 years ago
2
Building tests fails on non-x86 architectures
#48
ignatenkobrain
closed
5 years ago
8
chore: Update itertools to 0.8
#47
ignatenkobrain
closed
5 years ago
1
(WIP) Add no_std support
#46
jturner314
closed
3 years ago
6
Update rawpointer dependency to 0.2
#45
bluss
closed
5 years ago
0
Typo
#44
felixrabe
closed
5 years ago
1
Igemm experiment
#43
SuperFluffy
opened
5 years ago
9
Minor changes to kernel masking
#42
bluss
closed
5 years ago
0
Only add in masked kernel loop
#41
SuperFluffy
closed
5 years ago
2
Prepare 0.2.2
#40
bluss
closed
5 years ago
0
Change and rename testing environment variable to `MMTEST_FEATURE=`
#39
bluss
closed
5 years ago
1
Test fma instructions on travis
#38
SuperFluffy
closed
5 years ago
1
More flexible kernel selection
#37
bluss
closed
5 years ago
3
Next