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