summaryrefslogtreecommitdiff
path: root/test/routines/level2/xtpmv.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/routines/level2/xtpmv.hpp')
-rw-r--r--test/routines/level2/xtpmv.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/routines/level2/xtpmv.hpp b/test/routines/level2/xtpmv.hpp
index 02f334a2..b28fbf65 100644
--- a/test/routines/level2/xtpmv.hpp
+++ b/test/routines/level2/xtpmv.hpp
@@ -48,7 +48,7 @@ class TestXtpmv {
}
// Describes how to set the sizes of all the buffers
- static void SetSizes(Arguments<T> &args) {
+ static void SetSizes(Arguments<T> &args, Queue&) {
args.ap_size = GetSizeAP(args);
args.x_size = GetSizeX(args);
}