summaryrefslogtreecommitdiff
path: root/test/correctness/testblas.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-09-27 19:55:21 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-09-27 19:55:21 +0200
commit6178fcd5847b0531a3290fc7c1737dea4eba524c (patch)
tree135b359a8599d96b8745cf21faa07165904b5e1b /test/correctness/testblas.hpp
parente3076d26ccb2bbe0869011d7f0664281f581d1e9 (diff)
Now generates test/client/tuner data using a fixed seed to enable reproducability of results
Diffstat (limited to 'test/correctness/testblas.hpp')
-rw-r--r--test/correctness/testblas.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/correctness/testblas.hpp b/test/correctness/testblas.hpp
index d01cd06c..4b773801 100644
--- a/test/correctness/testblas.hpp
+++ b/test/correctness/testblas.hpp
@@ -30,6 +30,7 @@ namespace clblast {
template <typename T, typename U>
class TestBlas: public Tester<T,U> {
public:
+ static constexpr auto kSeed = 42; // fixed seed for reproducibility
// Uses several variables from the Tester class
using Tester<T,U>::context_;