summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/correctness/tester.hpp2
-rw-r--r--test/performance/client.hpp2
-rw-r--r--test/wrapper_cblas.hpp2
-rw-r--r--test/wrapper_clblas.hpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/test/correctness/tester.hpp b/test/correctness/tester.hpp
index 13c28e3d..c7fb4407 100644
--- a/test/correctness/tester.hpp
+++ b/test/correctness/tester.hpp
@@ -28,7 +28,7 @@
#endif
#include "clblast.h"
-#include "utilities.hpp"
+#include "utilities/utilities.hpp"
namespace clblast {
// =================================================================================================
diff --git a/test/performance/client.hpp b/test/performance/client.hpp
index 381ba158..4554c67f 100644
--- a/test/performance/client.hpp
+++ b/test/performance/client.hpp
@@ -31,7 +31,7 @@
#endif
#include "clblast.h"
-#include "utilities.hpp"
+#include "utilities/utilities.hpp"
namespace clblast {
// =================================================================================================
diff --git a/test/wrapper_cblas.hpp b/test/wrapper_cblas.hpp
index 7bc674ab..5f1db54e 100644
--- a/test/wrapper_cblas.hpp
+++ b/test/wrapper_cblas.hpp
@@ -20,7 +20,7 @@ extern "C"
#include <cblas.h>
}
-#include "utilities.hpp"
+#include "utilities/utilities.hpp"
namespace clblast {
diff --git a/test/wrapper_clblas.hpp b/test/wrapper_clblas.hpp
index 3f33890a..f1923784 100644
--- a/test/wrapper_clblas.hpp
+++ b/test/wrapper_clblas.hpp
@@ -17,7 +17,7 @@
#include <clBLAS.h>
-#include "utilities.hpp"
+#include "utilities/utilities.hpp"
namespace clblast {