summaryrefslogtreecommitdiff
path: root/test/routines/level3/xtrmm.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/routines/level3/xtrmm.hpp')
-rw-r--r--test/routines/level3/xtrmm.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/routines/level3/xtrmm.hpp b/test/routines/level3/xtrmm.hpp
index 62d0f573..51377a16 100644
--- a/test/routines/level3/xtrmm.hpp
+++ b/test/routines/level3/xtrmm.hpp
@@ -52,7 +52,7 @@ class TestXtrmm {
}
// Describes how to set the sizes of all the buffers
- static void SetSizes(Arguments<T> &args) {
+ static void SetSizes(Arguments<T> &args, Queue&) {
args.a_size = GetSizeA(args);
args.b_size = GetSizeB(args);
}