Java-Matrix-Benchmark icon indicating copy to clipboard operation
Java-Matrix-Benchmark copied to clipboard

Native UJMP using JBlas?

Open mommi84 opened this issue 8 years ago • 0 comments

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.

mommi84 avatar May 27 '16 09:05 mommi84