summaryrefslogtreecommitdiff
path: root/test/routines/level3/xsyrk.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/routines/level3/xsyrk.hpp')
-rw-r--r--test/routines/level3/xsyrk.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/routines/level3/xsyrk.hpp b/test/routines/level3/xsyrk.hpp
index b7782176..23dcf12f 100644
--- a/test/routines/level3/xsyrk.hpp
+++ b/test/routines/level3/xsyrk.hpp
@@ -52,7 +52,7 @@ class TestXsyrk {
}
// 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.c_size = GetSizeC(args);
}