From fdb48997ee3ed2b326a92f8e0cc7f72a4b38d8c8 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Fri, 13 Oct 2017 15:23:00 +0000 Subject: Refactored debug settings Replaced eigenlib_dgemm with fast_dgemm - 10-30% speed gain for GEMMA --- test/src/unittests-math.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/src') diff --git a/test/src/unittests-math.cpp b/test/src/unittests-math.cpp index 6486707..757c2dc 100644 --- a/test/src/unittests-math.cpp +++ b/test/src/unittests-math.cpp @@ -10,6 +10,7 @@ #include "debug.h" #include "mathfunc.h" #include "fastblas.h" +#include "fastopenblas.h" using namespace std; -- cgit 1.4.1