From d9e55f05847792edbbf6a8c2c4d3901d37f63d1f Mon Sep 17 00:00:00 2001 From: Cathal Corbett Date: Wed, 11 Jan 2023 13:03:21 +0000 Subject: Move tuning and IClTensorHandle code from cl to aclCommon backend. * Required to enable easier future merging and rebase into experimental/GpuFsa as part of IVGCVSW-7380. Signed-off-by: Cathal Corbett Change-Id: I066dcf00523ff430a0908666e452548ab848bd86 --- src/backends/aclCommon/common.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'src/backends/aclCommon/common.mk') diff --git a/src/backends/aclCommon/common.mk b/src/backends/aclCommon/common.mk index 0ba966af14..b113269df9 100644 --- a/src/backends/aclCommon/common.mk +++ b/src/backends/aclCommon/common.mk @@ -9,6 +9,7 @@ COMMON_SOURCES := \ ArmComputeTensorUtils.cpp \ + ArmComputeTuningUtils.cpp \ BaseMemoryManager.cpp # COMMON_TEST_SOURCES contains the list of files to be included -- cgit v1.2.1