summaryrefslogtreecommitdiff
path: root/src/utilities.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-10-01 13:45:08 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-10-01 13:45:08 +0200
commita9d35cf04ceb2ba2185c7520dbff79580abbd785 (patch)
treed12dabf8c65ee699a78cee8313ccb19377ab2832 /src/utilities.hpp
parent73d135c2cef9763b47d410b125eb8bb89ece8432 (diff)
parentd59e5c570b0bbdb8348d2f9ee6fc5850e606db27 (diff)
Merge branch 'development' into gemm_direct
Diffstat (limited to 'src/utilities.hpp')
-rw-r--r--src/utilities.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utilities.hpp b/src/utilities.hpp
index 75bd5a69..71bfc1af 100644
--- a/src/utilities.hpp
+++ b/src/utilities.hpp
@@ -219,7 +219,7 @@ constexpr auto kTestDataUpperLimit = 2.0;
// Populates a vector with random data
template <typename T>
-void PopulateVector(std::vector<T> &vector);
+void PopulateVector(std::vector<T> &vector, const unsigned int seed);
// =================================================================================================