summaryrefslogtreecommitdiff
path: root/test/performance
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-10-20 12:07:30 +0200
committerGitHub <noreply@github.com>2017-10-20 12:07:30 +0200
commit42dcd8fd8a81c66783827dc4826117b3af610376 (patch)
treea321cdec1fbb96ec54257b76dccb91184f01b015 /test/performance
parent48133a0cd1a7b61b87906ec1f4608e766e20a973 (diff)
parent363568787ebfcdc0c5e6af9c3c8e71c702e2f951 (diff)
Merge pull request #204 from CNugteren/cuda_api
Cuda API to CLBlast
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 {
// =================================================================================================