summaryrefslogtreecommitdiff
path: root/test/routines/common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/routines/common.hpp')
-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
// =================================================================================================