From eb89371d2b36141ca94b1351c5217942a40d390c Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Wed, 3 Jan 2018 20:19:45 +0100 Subject: Added a queue argument to the get-size function when running the tests/clients --- test/routines/level2/xgeru.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/routines/level2/xgeru.hpp') diff --git a/test/routines/level2/xgeru.hpp b/test/routines/level2/xgeru.hpp index fea3932c..67f9f510 100644 --- a/test/routines/level2/xgeru.hpp +++ b/test/routines/level2/xgeru.hpp @@ -54,7 +54,7 @@ class TestXgeru { } // Describes how to set the sizes of all the buffers - static void SetSizes(Arguments &args) { + static void SetSizes(Arguments &args, Queue&) { args.a_size = GetSizeA(args); args.x_size = GetSizeX(args); args.y_size = GetSizeY(args); -- cgit v1.2.3