summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorIvan Shapovalov <intelfx@intelfx.name>2016-11-26 13:42:18 +0300
committerIvan Shapovalov <intelfx@intelfx.name>2017-01-20 17:32:42 +0300
commit1a1e863ab305faadfad8a20c4ff7875b6300592b (patch)
treecd10e33c055a7da67fb77eb7ba966d44df5e887b /test
parent43c7707173434da61ff83dbc79956c9b192bcecf (diff)
treewide: include clpp11.hpp first to silence deprecation warnings
Otherwise, cl.h gets included through clblast.h before clpp11.hpp.
Diffstat (limited to 'test')
-rw-r--r--test/correctness/tester.hpp4
-rw-r--r--test/performance/client.hpp4
2 files changed, 4 insertions, 4 deletions
diff --git a/test/correctness/tester.hpp b/test/correctness/tester.hpp
index d8462cef..113f03ef 100644
--- a/test/correctness/tester.hpp
+++ b/test/correctness/tester.hpp
@@ -22,14 +22,14 @@
#include <vector>
#include <memory>
+#include "utilities/utilities.hpp"
+
// The libraries
#ifdef CLBLAST_REF_CLBLAS
#include <clBLAS.h>
#endif
#include "clblast.h"
-#include "utilities/utilities.hpp"
-
namespace clblast {
// =================================================================================================
diff --git a/test/performance/client.hpp b/test/performance/client.hpp
index 4554c67f..4b3e17c7 100644
--- a/test/performance/client.hpp
+++ b/test/performance/client.hpp
@@ -25,14 +25,14 @@
#include <vector>
#include <utility>
+#include "utilities/utilities.hpp"
+
// The libraries to test
#ifdef CLBLAST_REF_CLBLAS
#include <clBLAS.h>
#endif
#include "clblast.h"
-#include "utilities/utilities.hpp"
-
namespace clblast {
// =================================================================================================