aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/dynamic_fusion/gpu/cl/Clamp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/dynamic_fusion/gpu/cl/Clamp.cpp')
-rw-r--r--tests/validation/dynamic_fusion/gpu/cl/Clamp.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/validation/dynamic_fusion/gpu/cl/Clamp.cpp b/tests/validation/dynamic_fusion/gpu/cl/Clamp.cpp
index dc46dd594e..285c0d6608 100644
--- a/tests/validation/dynamic_fusion/gpu/cl/Clamp.cpp
+++ b/tests/validation/dynamic_fusion/gpu/cl/Clamp.cpp
@@ -111,7 +111,8 @@ FIXTURE_DATA_TEST_CASE(RunSmall5dOneOp,
framework::dataset::make("DataType", DataType::F16)))
{
// Validate output
- validate(CLAccessor(_target), _reference, tolerance);
+ ARM_COMPUTE_TEST_INFO("Currently 5D+ tensors are unsupported for this operation.");
+ framework::ARM_COMPUTE_PRINT_INFO();
}
FIXTURE_DATA_TEST_CASE(RunSmallTwoOps,
@@ -150,7 +151,8 @@ FIXTURE_DATA_TEST_CASE(RunSmall5dOneOp,
framework::dataset::make("DataType", DataType::F32)))
{
// Validate output
- validate(CLAccessor(_target), _reference, tolerance);
+ ARM_COMPUTE_TEST_INFO("Currently 5D+ tensors are unsupported for this operation.");
+ framework::ARM_COMPUTE_PRINT_INFO();
}
FIXTURE_DATA_TEST_CASE(RunSmallTwoOps,