From 92ce35cda7c5e97eff05d6f37dc86990386309bb Mon Sep 17 00:00:00 2001 From: Tianle Cheng Date: Tue, 25 Jul 2023 16:41:00 +0100 Subject: IVGCVSW-7886 Add TILE to delegate and opaque delegate * Adding support for Tile in classic and opaque delegates * CMake files updated * Tests added Signed-off-by: Tianle Cheng Change-Id: I9b52cea3480eb71961cbccb1a346805f73b5661a --- delegate/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'delegate/CMakeLists.txt') diff --git a/delegate/CMakeLists.txt b/delegate/CMakeLists.txt index e46ac04092..c1bf73a6ab 100644 --- a/delegate/CMakeLists.txt +++ b/delegate/CMakeLists.txt @@ -201,6 +201,8 @@ if(BUILD_UNIT_TESTS) test/SplitTestHelper.hpp test/TestUtils.hpp test/TestUtils.cpp + test/TileTest.cpp + test/TileTestHelper.hpp test/TransposeConvolution2dTest.cpp test/TransposeTest.cpp test/TransposeTestHelper.hpp -- cgit v1.2.1