JuliaLinearAlgebra / BLASBenchmarksCPU.jl

Benchmark BLAS Libraries
MIT License
5 stars 2 forks source link

Don't use `@assert`, and print some debugging info if `C` is not approximately equal to `reference` #47

Closed DilumAluthge closed 3 years ago

DilumAluthge commented 3 years ago

Fixes #46

Also, if C !≈ reference, we print some info (the name of the library, as well as the values of M, K, and N) to help with debugging.

chriselrod commented 3 years ago

Feel free to merge when ready.