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/correctness/testblas.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/correctness') diff --git a/test/correctness/testblas.hpp b/test/correctness/testblas.hpp index 4e02fd28..54b2d6f8 100644 --- a/test/correctness/testblas.hpp +++ b/test/correctness/testblas.hpp @@ -350,7 +350,7 @@ size_t RunTests(int argc, char *argv[], const bool silent, const std::string &na for (auto &dilation_h: dilation_hs) { r_args.dilation_h = dilation_h; for (auto &dilation_w: dilation_ws) { r_args.dilation_w = dilation_w; for (auto &batch_count: batch_counts) { r_args.batch_count = batch_count; - C::SetSizes(r_args); + C::SetSizes(r_args, tester.queue_); regular_test_vector.push_back(r_args); } } -- cgit v1.2.3