summaryrefslogtreecommitdiff
path: root/test/correctness/tester.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-04-02 18:06:15 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-04-02 18:06:15 +0200
commitb24d36474334a74c286ffddc6af8fb74a3bae445 (patch)
tree1e477258db0b18a0f8a416f70814331d50f78aa7 /test/correctness/tester.hpp
parentc5461d77e58baf4776bed136bf8c682decf8134e (diff)
Layed the groundwork for cuBLAS comparisons in the clients
Diffstat (limited to 'test/correctness/tester.hpp')
-rw-r--r--test/correctness/tester.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/correctness/tester.hpp b/test/correctness/tester.hpp
index f60be04b..8cfa702f 100644
--- a/test/correctness/tester.hpp
+++ b/test/correctness/tester.hpp
@@ -113,6 +113,7 @@ class Tester {
// Testing against reference implementations
int compare_cblas_;
int compare_clblas_;
+ int compare_cublas_;
private: