From ad9a7ed2f9969381af0b9c97438a3402e16d9483 Mon Sep 17 00:00:00 2001 From: Gian Marco Iodice Date: Fri, 16 Sep 2022 14:14:21 +0100 Subject: Rework DepthwiseConvolution heuristic on OpenCL Resolves COMPMID-5632 Change-Id: I2bdbe69a610ca2510fbd74d5d412842679299762 Signed-off-by: Gian Marco Iodice Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/8365 Benchmark: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Viet-Hoa Do Reviewed-by: Jakub Sujak Comments-Addressed: Arm Jenkins --- arm_compute/core/KernelDescriptors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/core/KernelDescriptors.h') diff --git a/arm_compute/core/KernelDescriptors.h b/arm_compute/core/KernelDescriptors.h index c45be9c06f..cacbef25ea 100644 --- a/arm_compute/core/KernelDescriptors.h +++ b/arm_compute/core/KernelDescriptors.h @@ -106,6 +106,7 @@ struct DWCComputeKernelInfo { unsigned int n0{ 0 }; /**< Number of columns processed by each thread */ unsigned int m0{ 0 }; /**< Number of rows processed by each thread */ + bool export_input_to_cl_image{ false }; /**< Export input to cl_image */ bool export_weights_to_cl_image{ false }; /**< Export the weights to cl_image */ }; -- cgit v1.2.1