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/level1/xasum.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/routines/level1/xasum.hpp') diff --git a/test/routines/level1/xasum.hpp b/test/routines/level1/xasum.hpp index 573f1223..62ff895d 100644 --- a/test/routines/level1/xasum.hpp +++ b/test/routines/level1/xasum.hpp @@ -47,7 +47,7 @@ class TestXasum { } // Describes how to set the sizes of all the buffers - static void SetSizes(Arguments &args) { + static void SetSizes(Arguments &args, Queue&) { args.x_size = GetSizeX(args); args.scalar_size = GetSizeAsum(args); } -- cgit v1.2.3