From a04ae3e9ecf7765d623a4909089c3224af77f04e Mon Sep 17 00:00:00 2001 From: "ramy.elgammal@arm.com" Date: Thu, 27 Jul 2023 18:23:17 +0100 Subject: Port DepthwiseConv2d operator to Ckw - Only support 1x1 blocks, i.e. n0=1, m0=1. - Dilation not supported yet. Resolves: COMPMID-6258 Signed-off-by: ramy.elgammal@arm.com Change-Id: I1dcfd7640fb40e112736dedc81847f7b1b50dba2 Signed-off-by: Adnan AlSinan Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10411 Comments-Addressed: Arm Jenkins Reviewed-by: Gunes Bayir Benchmark: Arm Jenkins Tested-by: Arm Jenkins --- compute_kernel_writer/prototype/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compute_kernel_writer') diff --git a/compute_kernel_writer/prototype/CMakeLists.txt b/compute_kernel_writer/prototype/CMakeLists.txt index 13d1ae8fc4..439dcd3b7e 100644 --- a/compute_kernel_writer/prototype/CMakeLists.txt +++ b/compute_kernel_writer/prototype/CMakeLists.txt @@ -42,7 +42,7 @@ target_compile_options(ckw_prototype ${CKW_CXX_FLAGS} "$<$:${GNU_WARNINGS}>" "$<$:${CKW_ASSERTS_OPTS}>" - "$<$:${CKW_ASSERTS_OPTS}>" + "$<$:${CKW_ASSERTS_OPTS}>" ${CMAKE_CXX_FLAGS} PRIVATE $<$:-Os> @@ -51,7 +51,7 @@ target_compile_options(ckw_prototype target_compile_definitions(ckw_prototype PUBLIC $<$:COMPUTE_KERNEL_WRITER_DEBUG_ENABLED> $<$:COMPUTE_KERNEL_WRITER_ASSERTS_ENABLED> - $<$:COMPUTE_KERNEL_WRITER_ASSERTS_ENABLED> + $<$:COMPUTE_KERNEL_WRITER_ASSERTS_ENABLED> $<$:COMPUTE_KERNEL_WRITER_OPENCL_ENABLED> ) -- cgit v1.2.1