summaryrefslogtreecommitdiff
path: root/test/routines/level2/xgbmv.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/routines/level2/xgbmv.hpp')
-rw-r--r--test/routines/level2/xgbmv.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/routines/level2/xgbmv.hpp b/test/routines/level2/xgbmv.hpp
index 7c198e5d..13fcb137 100644
--- a/test/routines/level2/xgbmv.hpp
+++ b/test/routines/level2/xgbmv.hpp
@@ -58,7 +58,7 @@ class TestXgbmv {
}
// 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);
args.y_size = GetSizeY(args);