summaryrefslogtreecommitdiff
path: root/test/routines/level2/xtrmv.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/routines/level2/xtrmv.hpp')
-rw-r--r--test/routines/level2/xtrmv.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/routines/level2/xtrmv.hpp b/test/routines/level2/xtrmv.hpp
index 4f2dd582..4f4e3a55 100644
--- a/test/routines/level2/xtrmv.hpp
+++ b/test/routines/level2/xtrmv.hpp
@@ -48,7 +48,7 @@ class TestXtrmv {
}
// 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.x_size = GetSizeX(args);
}