From 383deec6b38f8b00f901d475000d46f8d3e5fb97 Mon Sep 17 00:00:00 2001 From: Pablo Tello Date: Fri, 23 Jun 2017 10:40:05 +0100 Subject: COMPMID-345: Added support for arm8.2+FP16 in the the validation framework. Change-Id: Ifef2133d4a0da5456bec147330405b6d58cf6a71 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/78676 Tested-by: Kaizen Reviewed-by: Anthony Barbier --- tests/SConscript | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/SConscript') diff --git a/tests/SConscript b/tests/SConscript index ef39595feb..6be4ddb35e 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -56,10 +56,6 @@ else: common_env.Append(LIBS = ["arm_compute"]) arm_compute_lib = arm_compute_so -if env['arch'] == 'arm64-v8.2-a' and ( common_env['validation_tests'] or common_env['benchmark_tests']): - print("validation_tests=1 and benchmark_tests=1 are not currently supported for arch=arm64-v8.2-a") - Exit(1) - #FIXME Delete before release if common_env['internal_only']: common_env.Append(CPPDEFINES=['INTERNAL_ONLY']) -- cgit v1.2.1