aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/CL/WeightsReshape.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/CL/WeightsReshape.cpp')
-rw-r--r--tests/validation/CL/WeightsReshape.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/validation/CL/WeightsReshape.cpp b/tests/validation/CL/WeightsReshape.cpp
index 6dae0c7625..30c231d499 100644
--- a/tests/validation/CL/WeightsReshape.cpp
+++ b/tests/validation/CL/WeightsReshape.cpp
@@ -79,7 +79,7 @@ TEST_SUITE(FP32)
FIXTURE_DATA_TEST_CASE(RunSmall, CLWeightsReshapeFixture<float>, framework::DatasetMode::ALL, combine(combine(combine(datasets::GroupedWeightsSmallShapes(), framework::dataset::make("DataType",
DataType::F32)),
framework::dataset::make("HasBias", { true, false })),
- framework::dataset::make("NumGroups", { 1, 2, 3 })))
+ framework::dataset::make("NumGroups", { 1, 2, 3, 4 })))
{
// Validate output
validate(CLAccessor(_target), _reference);
@@ -87,7 +87,7 @@ FIXTURE_DATA_TEST_CASE(RunSmall, CLWeightsReshapeFixture<float>, framework::Data
FIXTURE_DATA_TEST_CASE(RunLarge, CLWeightsReshapeFixture<float>, framework::DatasetMode::NIGHTLY, combine(combine(combine(datasets::GroupedWeightsLargeShapes(), framework::dataset::make("DataType",
DataType::F32)),
framework::dataset::make("HasBias", { true, false })),
- framework::dataset::make("NumGroups", { 1, 2, 3 })))
+ framework::dataset::make("NumGroups", { 1, 2, 3, 4 })))
{
// Validate output
validate(CLAccessor(_target), _reference);