lessthanoptimal / Java-Matrix-Benchmark

Java Matrix Benchmark is a tool for evaluating Java linear algebra libraries for speed, stability, and memory usage.
http://lessthanoptimal.github.io/Java-Matrix-Benchmark/
GNU General Public License v3.0
59 stars 11 forks source link

Native UJMP using JBlas? #3

Open mommi84 opened 8 years ago

mommi84 commented 8 years ago

Hello! For starters, thanks a lot for building this benchmark. I might have found something weird in the code at https://github.com/lessthanoptimal/Java-Matrix-Benchmark/blob/master/external/ujmp/src/jmatbench/ujmp/UjmpNativeLibraryConfigure.java#L35

UJMPSettings.getInstance().setUseJBlas(true);

Since the class is UjmpNativeLibraryConfigure, shouldn't the boolean value have been set to false? Is it possible that this issue influenced the benchmark results? Thank you.