aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/backends/test/ArmComputeCl.cpp
diff options
context:
space:
mode:
authorDavid Beck <david.beck@arm.com>2018-09-10 14:47:28 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-10-01 14:56:48 +0100
commitbc3924503cf7838eea7e9fcca4a22e2bf54ba97f (patch)
tree6ea56e796bef35ffa9397eedad956363486241c7 /src/armnn/backends/test/ArmComputeCl.cpp
parent32b9046ea74d2387a08819cf5e67c183e03f6d3f (diff)
downloadarmnn-bc3924503cf7838eea7e9fcca4a22e2bf54ba97f.tar.gz
IVGCVSW-1802 : Neon Sub Workload
Change-Id: I1e914b046cd8fd25669390d477f101098fe0d476
Diffstat (limited to 'src/armnn/backends/test/ArmComputeCl.cpp')
-rw-r--r--src/armnn/backends/test/ArmComputeCl.cpp12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/armnn/backends/test/ArmComputeCl.cpp b/src/armnn/backends/test/ArmComputeCl.cpp
index 22445edf18..2c1d8b66cf 100644
--- a/src/armnn/backends/test/ArmComputeCl.cpp
+++ b/src/armnn/backends/test/ArmComputeCl.cpp
@@ -148,19 +148,9 @@ ARMNN_AUTO_TEST_CASE(AddBroadcast1ElementUint8, AdditionBroadcast1ElementUint8Te
// Sub
ARMNN_AUTO_TEST_CASE(SimpleSub, SubtractionTest)
-// TODO :
-// 1, enable broadcast tests for SUB when COMPMID-1566 is implemented (IVGCVSW-1837)
-// 2, enable quantized tests for SUB when COMPMID-1564 is implemented (IVGCVSW-1836)
-
-// ARMNN_AUTO_TEST_CASE(SubBroadcast1Element, SubtractionBroadcast1ElementTest)
-// ARMNN_AUTO_TEST_CASE(SubBroadcast, SubtractionBroadcastTest)
-
-// ARMNN_AUTO_TEST_CASE(SubtractionUint8, SubtractionUint8Test)
-// ARMNN_AUTO_TEST_CASE(SubBroadcastUint8, SubtractionBroadcastUint8Test)
-// ARMNN_AUTO_TEST_CASE(SubBroadcast1ElementUint8, SubtractionBroadcast1ElementUint8Test)
-
// Div
ARMNN_AUTO_TEST_CASE(SimpleDivision, DivisionTest)
+ARMNN_AUTO_TEST_CASE(DivisionByZero, DivisionByZeroTest)
ARMNN_AUTO_TEST_CASE(DivisionBroadcast1Element, DivisionBroadcast1ElementTest)
ARMNN_AUTO_TEST_CASE(DivisionBroadcast1DVector, DivisionBroadcast1DVectorTest)
// NOTE: quantized division is not supported by CL and not required by the