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
209 stars 25 forks source link

Add benchmark runner as an "example" binary #54

Closed bluss closed 3 years ago

bluss commented 3 years ago

This binary takes command line arguments to set the size of matrix multiplication problem to benchmark.