summaryrefslogtreecommitdiff
path: root/test/routines
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-04-03 21:46:07 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-04-03 21:46:07 +0200
commitaf9a521042ffc2823f60e12018db9e0a29120628 (patch)
tree5e5c1c6bf15c928da40ddb0f31c5fa20625cc052 /test/routines
parent0cebcbcc71d8c2d52b0d339fc75032e189d5946f (diff)
Fixes the CUDA wrapper (now actually tested on a system with CUDA)
Diffstat (limited to 'test/routines')
-rw-r--r--test/routines/common.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/routines/common.hpp b/test/routines/common.hpp
index 0d516a0e..1abf5528 100644
--- a/test/routines/common.hpp
+++ b/test/routines/common.hpp
@@ -25,6 +25,9 @@
#ifdef CLBLAST_REF_CBLAS
#include "test/wrapper_cblas.hpp"
#endif
+#ifdef CLBLAST_REF_CUBLAS
+ #include "test/wrapper_cuda.hpp"
+#endif
// =================================================================================================