IVGCVSW-2455 Move the extra backend code to a new git repo
authorMatteo Martincigh <matteo.martincigh@arm.com>
Tue, 15 Jan 2019 16:11:44 +0000 (16:11 +0000)
committerMatteo Martincigh <matteo.martincigh@arm.com>
Wed, 23 Jan 2019 12:06:53 +0000 (12:06 +0000)
commit3d6898cc5c83b133a3a2d6c79e2ed8905d236a4d
tree48f1899d3d952ca7ea5a2ae92a07468ef33bdd57
parent8c76cc1a6b899462882265d114d9a2b5a88d474a
IVGCVSW-2455 Move the extra backend code to a new git repo

 * Refactored all the workload factories to use "virtual" properly
 * Removed the precompiled layer support from the optimizer
 * Disabled compiler optimization for debug build to ease debugging

Change-Id: I6ab83abd78f422771359295e25b79bb9be613cfd
13 files changed:
cmake/GlobalConfig.cmake
include/armnn/ILayerSupport.hpp
src/armnn/Network.cpp
src/backends/backendsCommon/LayerSupportBase.cpp
src/backends/backendsCommon/LayerSupportBase.hpp
src/backends/backendsCommon/test/CMakeLists.txt
src/backends/backendsCommon/test/LayerTests.cpp
src/backends/backendsCommon/test/PreCompiledTestImpl.cpp [deleted file]
src/backends/backendsCommon/test/PreCompiledTestImpl.hpp [deleted file]
src/backends/cl/ClWorkloadFactory.hpp
src/backends/cl/test/ClLayerTests.cpp [changed mode: 0755->0644]
src/backends/neon/NeonWorkloadFactory.hpp
src/backends/reference/RefWorkloadFactory.hpp