From d9afd9c2ec2fe28420e4c49e55ecf615c7735a44 Mon Sep 17 00:00:00 2001 From: Moritz Pflanzer Date: Tue, 27 Jun 2017 15:25:44 +0100 Subject: COMPMID-417: Remove dependency on CLScheduler from core Change-Id: I62b46c3d7356572b4ef769d92693d1bc173d1c4e Reviewed-on: http://mpd-gerrit.cambridge.arm.com/78997 Tested-by: Kaizen Reviewed-by: Steven Niu Reviewed-by: Georgios Pinitas --- src/runtime/CL/functions/CLGEMM.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/runtime/CL/functions/CLGEMM.cpp') diff --git a/src/runtime/CL/functions/CLGEMM.cpp b/src/runtime/CL/functions/CLGEMM.cpp index 7408054127..07b19421d6 100644 --- a/src/runtime/CL/functions/CLGEMM.cpp +++ b/src/runtime/CL/functions/CLGEMM.cpp @@ -101,6 +101,7 @@ void CLGEMM::configure(const ICLTensor *a, const ICLTensor *b, const ICLTensor * _transpose_kernel.configure(b, &_tmp_b); // Configure matrix multiply kernel + _mm_kernel.set_target(CLScheduler::get().target()); _mm_kernel.configure(&_tmp_a, &_tmp_b, output, alpha); // Allocate intermediate tensors -- cgit v1.2.1