aboutsummaryrefslogtreecommitdiff
path: root/src/backends/test/LayerTests.cpp
diff options
context:
space:
mode:
authorMatteo Martincigh <matteo.martincigh@arm.com>2018-10-11 17:39:30 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-10-22 16:57:53 +0100
commit4423ac7fb7ec96c5fe88df2dd6de417c7d8b3709 (patch)
tree550438a77405a0186195924ba71ce32f32fd5b55 /src/backends/test/LayerTests.cpp
parentb6cce4f906864b3bf21e00320b1add6d6bdd4f56 (diff)
downloadarmnn-4423ac7fb7ec96c5fe88df2dd6de417c7d8b3709.tar.gz
IVGCVSW-2000: (Fix) Backend-specific unit tests not being executed
* Also disabled the Compute_ArmComputeCl/L2Normalization1dNhwc test as it fails due to a bug in ACL Change-Id: If1e36bc04f606e6568e6a13cc77f8f51f5834997
Diffstat (limited to 'src/backends/test/LayerTests.cpp')
-rw-r--r--src/backends/test/LayerTests.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/backends/test/LayerTests.cpp b/src/backends/test/LayerTests.cpp
index d88db06411..d5f84f0920 100644
--- a/src/backends/test/LayerTests.cpp
+++ b/src/backends/test/LayerTests.cpp
@@ -3391,14 +3391,6 @@ LayerTestResult<float, 4> L2Normalization1dTest(armnn::IWorkloadFactory& workloa
LayerTestResult<float, 4> L2Normalization1dNhwcTest(armnn::IWorkloadFactory& workloadFactory)
{
-#ifdef ARMCOMPUTECL_ENABLED
- // Clear the CL cache before this test when using ACL
- if (ClContextControlFixture::Instance())
- {
- ClContextControlFixture::Instance()->m_ClContextControl.ClearClCache();
- }
-#endif
-
// Width: 1
// Height: 1
// Channels: 10