aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiorgio Arena <giorgio.arena@arm.com>2021-02-25 15:41:49 +0000
committerMichele Di Giorgio <michele.digiorgio@arm.com>2021-03-01 09:48:35 +0000
commit2ab585b83a8683806ad4514d06dda9e1e38f29b5 (patch)
treecf60e81caf23720cacbe1378646d0c62fe1bc014
parentaac71e563eeb83cbe925c605455122b13f8c0fb4 (diff)
downloadComputeLibrary-2ab585b83a8683806ad4514d06dda9e1e38f29b5.tar.gz
Fix bug on CLGEMMMatrixMultiplyReshapedOnlyRHS tests
Resolve COMPMID-4289 Change-Id: Ib69425936dee418367aff4b8eeaa001dc9a8a75b Signed-off-by: Giorgio Arena <giorgio.arena@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5185 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com>
-rw-r--r--tests/validation/CL/GEMMMatrixMultiplyReshapedOnlyRHS.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/validation/CL/GEMMMatrixMultiplyReshapedOnlyRHS.cpp b/tests/validation/CL/GEMMMatrixMultiplyReshapedOnlyRHS.cpp
index 7cde3d04ca..ebcecb8b78 100644
--- a/tests/validation/CL/GEMMMatrixMultiplyReshapedOnlyRHS.cpp
+++ b/tests/validation/CL/GEMMMatrixMultiplyReshapedOnlyRHS.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2019-2020 Arm Limited.
+ * Copyright (c) 2019-2021 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -97,7 +97,7 @@ const auto b_values = framework::dataset::make("batch_size", 2);
/** Activation values to test */
const auto act_values = framework::dataset::make("Activation",
{
- ActivationLayerInfo(ActivationLayerInfo::ActivationFunction::BOUNDED_RELU, -0.8f, 10.f),
+ ActivationLayerInfo(ActivationLayerInfo::ActivationFunction::BOUNDED_RELU, 10.f),
});
/** M0 values to test - precommit */