summaryrefslogtreecommitdiff
path: root/test/performance/client.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/performance/client.hpp
parente3076d26ccb2bbe0869011d7f0664281f581d1e9 (diff)
Now generates test/client/tuner data using a fixed seed to enable reproducability of results
Diffstat (limited to 'test/performance/client.hpp')
-rw-r--r--test/performance/client.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/performance/client.hpp b/test/performance/client.hpp
index 6d35fced..381ba158 100644
--- a/test/performance/client.hpp
+++ b/test/performance/client.hpp
@@ -40,6 +40,7 @@ namespace clblast {
template <typename T, typename U>
class Client {
public:
+ static constexpr auto kSeed = 42; // fixed seed for reproducibility
// Shorthand for the routine-specific functions passed to the tester
using Routine = std::function<StatusCode(const Arguments<U>&, Buffers<T>&, Queue&)>;