From df473eab0ab8a52e6b58e0f6442b39ba4c1d68ea Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Thu, 31 May 2018 18:53:52 +0100 Subject: COMPMID-1182: printf doesn't work Change-Id: I013d57f6e2becbd6d2d7700ce5fbbeca670443c4 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/133735 Tested-by: Jenkins Reviewed-by: Pablo Tello --- tests/validation/CL/FixedPoint/FixedPointTarget.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/validation') diff --git a/tests/validation/CL/FixedPoint/FixedPointTarget.h b/tests/validation/CL/FixedPoint/FixedPointTarget.h index 38473545d9..920bd374d3 100644 --- a/tests/validation/CL/FixedPoint/FixedPointTarget.h +++ b/tests/validation/CL/FixedPoint/FixedPointTarget.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ARM Limited. + * Copyright (c) 2017-2018 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -110,7 +110,7 @@ void compute_target_impl(const TensorShape &shape, DataType dt, FixedPointOp op, sources.push_back(fixed_point_operation_kernel); // Create program - ::cl::Program program(sources); + ::cl::Program program(CLScheduler::get().context(), sources); // Build program program.build(build_opts.c_str()); -- cgit v1.2.1