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.
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
Since the class is
UjmpNativeLibraryConfigure, shouldn't the boolean value have been set tofalse? Is it possible that this issue influenced the benchmark results? Thank you.