aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/CL/GEMMMatrixMultiplyReshaped.cpp
diff options
context:
space:
mode:
authorMichele Di Giorgio <michele.digiorgio@arm.com>2019-09-17 12:08:46 +0100
committerMichele Di Giorgio <michele.digiorgio@arm.com>2019-09-17 13:38:17 +0000
commit2568c6b466e700da3412a67f9f06cd1e7275f37e (patch)
tree6778dc8db6223617de765aaa60f8e3b4c8795fb1 /tests/validation/CL/GEMMMatrixMultiplyReshaped.cpp
parent26014cf4d0519aef280c8444c60ec34c4e37e3b6 (diff)
downloadComputeLibrary-2568c6b466e700da3412a67f9f06cd1e7275f37e.tar.gz
COMPMID-2665: CLGEMMMatrixMultiplyReshaped nightly tests are failing due to cl error -45
Change-Id: Ifaf50afadee7701e16414348c09b81d1dace5021 Signed-off-by: Michele Di Giorgio <michele.digiorgio@arm.com> Reviewed-on: https://review.mlplatform.org/c/1934 Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Giorgio Arena <giorgio.arena@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Gian Marco Iodice <gianmarco.iodice@arm.com>
Diffstat (limited to 'tests/validation/CL/GEMMMatrixMultiplyReshaped.cpp')
-rw-r--r--tests/validation/CL/GEMMMatrixMultiplyReshaped.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/validation/CL/GEMMMatrixMultiplyReshaped.cpp b/tests/validation/CL/GEMMMatrixMultiplyReshaped.cpp
index 8d13cdac57..ba218f7cd1 100644
--- a/tests/validation/CL/GEMMMatrixMultiplyReshaped.cpp
+++ b/tests/validation/CL/GEMMMatrixMultiplyReshaped.cpp
@@ -118,7 +118,7 @@ const auto v0_values_precommit = framework::dataset::make("V0", 1, 3);
const auto h0_values_precommit = framework::dataset::make("H0", 1, 3);
/** M0 values to test - Nightly */
-const auto m0_values_nightly = framework::dataset::make("M0", 2, 7);
+const auto m0_values_nightly = framework::dataset::make("M0", { 2, 3, 4, 8 });
/** N0 values to test - Nightly */
const auto n0_values_nightly = framework::dataset::make("N0", { 2, 3, 4, 8 });
@@ -333,4 +333,4 @@ TEST_SUITE_END() // GEMMMatrixMultiplyReshaped
TEST_SUITE_END() // CL
} // namespace validation
} // namespace test
-} // namespace arm_compute \ No newline at end of file
+} // namespace arm_compute