summaryrefslogtreecommitdiff
path: root/test/routines/level3/xtrsm.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-03-04 20:45:39 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2017-03-04 20:45:39 +0100
commit37228c90988509acef9e8a892a752300b7645210 (patch)
treeb75eb668d47a3ba4eabb8122205f11d3f3bc8bfa /test/routines/level3/xtrsm.hpp
parente9ef037549e19a1e8ec6c40155227c2dd7cf0cd6 (diff)
Fixed a missing include for the tests
Diffstat (limited to 'test/routines/level3/xtrsm.hpp')
-rw-r--r--test/routines/level3/xtrsm.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/routines/level3/xtrsm.hpp b/test/routines/level3/xtrsm.hpp
index 0da4189d..a70ef03f 100644
--- a/test/routines/level3/xtrsm.hpp
+++ b/test/routines/level3/xtrsm.hpp
@@ -76,7 +76,7 @@ class TestXtrsm {
static Transposes GetBTransposes(const Transposes &) { return {}; } // N/A for this routine
// Describes how to prepare the input data
- static void PrepareData(const Arguments<T> &args, Queue &queue, const int seed,
+ static void PrepareData(const Arguments<T> &args, Queue&, const int seed,
std::vector<T>&, std::vector<T>&,
std::vector<T>& a_source_, std::vector<T>& b_source_, std::vector<T>&,
std::vector<T>&, std::vector<T>&) {