aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/NEON/SYSTEM/AlexNet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark/NEON/SYSTEM/AlexNet.cpp')
-rw-r--r--tests/benchmark/NEON/SYSTEM/AlexNet.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/benchmark/NEON/SYSTEM/AlexNet.cpp b/tests/benchmark/NEON/SYSTEM/AlexNet.cpp
index 19598e3ca5..1b90fbddfb 100644
--- a/tests/benchmark/NEON/SYSTEM/AlexNet.cpp
+++ b/tests/benchmark/NEON/SYSTEM/AlexNet.cpp
@@ -45,11 +45,11 @@ namespace test
{
namespace
{
-#ifdef ARM_COMPUTE_ENABLE_FP16
+#ifdef ARM_COMPUTE_AARCH64_V8_2
const auto alex_net_data_types = framework::dataset::make("DataType", { DataType::F16, DataType::F32, DataType::QS8 });
-#else /* ARM_COMPUTE_ENABLE_FP16 */
+#else /* ARM_COMPUTE_AARCH64_V8_2 */
const auto alex_net_data_types = framework::dataset::make("DataType", { DataType::F32, DataType::QS8 });
-#endif /* ARM_COMPUTE_ENABLE_FP16 */
+#endif /* ARM_COMPUTE_AARCH64_V8_2 */
} // namespace
using NEAlexNetFixture = AlexNetFixture<ITensor,