summaryrefslogtreecommitdiff
path: root/test/routines/common.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-04-10 22:54:14 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-04-10 22:54:14 +0200
commit6b625f8915ce0596d65187bd3a8eb47e91a0084e (patch)
treeed16d34e567e52667f74131ff09f0673619dd661 /test/routines/common.hpp
parent22b3ea9256bd197da3cd320560c14e5f3bd7fb86 (diff)
Added reference implementations for performance-testing against cuBLAS
Diffstat (limited to 'test/routines/common.hpp')
-rw-r--r--test/routines/common.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/routines/common.hpp b/test/routines/common.hpp
index 1abf5528..9708288a 100644
--- a/test/routines/common.hpp
+++ b/test/routines/common.hpp
@@ -25,8 +25,9 @@
#ifdef CLBLAST_REF_CBLAS
#include "test/wrapper_cblas.hpp"
#endif
+#include "test/wrapper_cuda.hpp"
#ifdef CLBLAST_REF_CUBLAS
- #include "test/wrapper_cuda.hpp"
+ #include "test/wrapper_cublas.hpp"
#endif
// =================================================================================================