summaryrefslogtreecommitdiff
path: root/test/performance
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-10-15 13:56:19 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-10-15 13:56:19 +0200
commita3069a97c3e5c22635786870c8a9d02ca16d3d1d (patch)
tree862676b6695e82d275d6f98ed4ed350186c00a82 /test/performance
parent7408da174c848ffeaa1fe2da52f26a057e65b0f1 (diff)
Prepared test and client infrastructure for use with the CUDA API
Diffstat (limited to 'test/performance')
-rw-r--r--test/performance/client.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/performance/client.hpp b/test/performance/client.hpp
index 2ba09cb9..0b6176c8 100644
--- a/test/performance/client.hpp
+++ b/test/performance/client.hpp
@@ -32,7 +32,7 @@
#include <clBLAS.h>
#endif
#include "test/wrapper_cuda.hpp"
-#include "clblast.h"
+#include "utilities/utilities.hpp"
namespace clblast {
// =================================================================================================