JErnestoMtz / rapl

Rank Polymorphic array library for Rust.
103 stars 3 forks source link

Benchmarks #39

Open JErnestoMtz opened 1 year ago

JErnestoMtz commented 1 year ago

Write benchmarks for most common operations. This would allow to test and improve the performance and reliability of rapl.

JErnestoMtz commented 1 year ago

I just made the first benchmarks for 2D matmul in this branch https://github.com/JErnestoMtz/rapl/tree/matmul_faer , soon I'll be merging.