IVGCVSW-3605 Add direct compatibility between Cl and Neon backends
authorJan Eilers <jan.eilers@arm.com>
Fri, 16 Aug 2019 09:45:30 +0000 (10:45 +0100)
committerÁron Virginás-Tar <aron.virginas-tar@arm.com>
Tue, 27 Aug 2019 09:15:37 +0000 (09:15 +0000)
commit146b2e15895aeedc58a8f5fcf50a7837ba9bf085
tree5a29b17553794595a967b88a5a97d98497880264
parent665a964aab8858447c3e1261f2c38d59b150da82
IVGCVSW-3605 Add direct compatibility between Cl and Neon backends

* Adds compatibility between Cl and Neon
* Adds related unit test

Signed-off-by: Jan Eilers <jan.eilers@arm.com>
Signed-off-by: Mike Kelly <mike.kelly@arm.com>
Change-Id: Iaa454ea2a6392c89c0a83836c3156d4ddb354879
src/backends/backendsCommon/test/CMakeLists.txt
src/backends/backendsCommon/test/CompatibilityTests.cpp [new file with mode: 0644]
src/backends/neon/NeonBackend.cpp