From 0250fa6c2a0bdbf88c1264f32ad0a1a4e3fec3f3 Mon Sep 17 00:00:00 2001 From: Viet-Hoa Do Date: Mon, 24 Jul 2023 15:47:34 +0100 Subject: Use CLTile for both variable and constant tiles * It's easier to reuse CLTile for other things for example tensor component if it can represent both variable and constant tiles. Partially resolves: COMPMID-6391 Signed-off-by: Viet-Hoa Do Change-Id: Ief06f670332cb339bd31b94a31b4bec186e1f1b8 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/9966 Reviewed-by: Gian Marco Iodice Comments-Addressed: Arm Jenkins Benchmark: Arm Jenkins Tested-by: Arm Jenkins --- compute_kernel_writer/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'compute_kernel_writer/CMakeLists.txt') diff --git a/compute_kernel_writer/CMakeLists.txt b/compute_kernel_writer/CMakeLists.txt index 674bc53309..eddae06f95 100644 --- a/compute_kernel_writer/CMakeLists.txt +++ b/compute_kernel_writer/CMakeLists.txt @@ -130,11 +130,9 @@ target_sources(ckw PRIVATE if(CKW_ENABLE_OPENCL) target_sources(ckw PRIVATE - src/cl/CLConstantTile.cpp src/cl/CLTensorArgument.cpp src/cl/CLHelpers.cpp src/cl/CLTile.cpp - src/cl/ICLTile.cpp src/cl/CLKernelWriter.cpp ) endif() -- cgit v1.2.1