summaryrefslogtreecommitdiff
path: root/test/performance/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/performance/client.cpp')
-rw-r--r--test/performance/client.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/performance/client.cpp b/test/performance/client.cpp
index bd48b047..e86145f8 100644
--- a/test/performance/client.cpp
+++ b/test/performance/client.cpp
@@ -24,6 +24,8 @@
namespace clblast {
// =================================================================================================
+template <typename T, typename U> const auto Client<T,U>::kSeed = 42; // fixed seed for reproducibility
+
// Constructor
template <typename T, typename U>
Client<T,U>::Client(const Routine run_routine,