aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Arantes <renato.arantes@arm.com>2024-03-22 09:20:23 +0000
committerRenato Barros Arantes <renato.arantes@arm.com>2024-03-22 16:41:39 +0000
commit4908981a4db9da7ec51fd0c2900a25bd91b2926a (patch)
tree17e7c4f1a2d9db31a32ff71aedb25a88e5a3998b
parent7b3adf28d8b281c1f97fe78a6805733a80950bcc (diff)
downloadComputeLibrary-4908981a4db9da7ec51fd0c2900a25bd91b2926a.tar.gz
[ONCPUML-1451] Guard bf16 to bf16 tests with ARM_COMPUTE_ENABLE_FIXED_FORMAT_KERNELS
Change-Id: I6a01fe1e19a9d3e38908309d766fe7fc43775490 Signed-off-by: Renato Arantes <renato.arantes@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/11338 Benchmark: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Gunes Bayir <gunes.bayir@arm.com>
-rw-r--r--tests/validation/NEON/MatMul.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/validation/NEON/MatMul.cpp b/tests/validation/NEON/MatMul.cpp
index 02f0bfda1e..f22bd9e86a 100644
--- a/tests/validation/NEON/MatMul.cpp
+++ b/tests/validation/NEON/MatMul.cpp
@@ -221,6 +221,7 @@ FIXTURE_DATA_TEST_CASE(RunSmall,
validate(Accessor(_target), _reference, tolerance_bf16);
}
+#ifdef ARM_COMPUTE_ENABLE_FIXED_FORMAT_KERNELS
FIXTURE_DATA_TEST_CASE(RunTinyFixedFormat,
NEMatMulFixedFormatFixture<bfloat16>,
framework::DatasetMode::PRECOMMIT,
@@ -241,6 +242,7 @@ FIXTURE_DATA_TEST_CASE(RunTinyFixedFormat,
validate(Accessor(_target), _reference, tolerance_bf16);
}
}
+#endif /* ARM_COMPUTE_ENABLE_FIXED_FORMAT_KERNELS */
FIXTURE_DATA_TEST_CASE(RunLarge,
NEMatMulFastMathFixture<float>,