aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSiCong Li <sicong.li@arm.com>2020-06-08 16:20:15 +0100
committerSiCong Li <sicong.li@arm.com>2020-06-08 18:40:57 +0000
commit2d10f186aacfc56b601b3cdaffa942cc6e6d1f53 (patch)
tree9a8788b2229c10e1afe40028586873b864841ab3 /tests
parent25ef7217ec4e13682bf37c87c0c6075a799ba1c0 (diff)
downloadComputeLibrary-2d10f186aacfc56b601b3cdaffa942cc6e6d1f53.tar.gz
COMPMID-3523 Fix validation fail: Add QASYMM8_SIGNED support to CastFixture
Change-Id: I21a614ce6847bfae334a63e5f2f45660138c8cea Signed-off-by: SiCong Li <sicong.li@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3314 Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/validation/fixtures/CastFixture.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/validation/fixtures/CastFixture.h b/tests/validation/fixtures/CastFixture.h
index 3a6efa22af..5534181a61 100644
--- a/tests/validation/fixtures/CastFixture.h
+++ b/tests/validation/fixtures/CastFixture.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018 ARM Limited.
+ * Copyright (c) 2018-2020 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -59,6 +59,7 @@ protected:
{
case DataType::U8:
case DataType::QASYMM8:
+ case DataType::QASYMM8_SIGNED:
case DataType::S8:
case DataType::F32:
{