From ceaa0bfe219631b5a4e638613f90f9fa47a3defe Mon Sep 17 00:00:00 2001 From: Manuel Bottini Date: Tue, 16 Feb 2021 15:15:19 +0000 Subject: Remove OpenGL ES support Remove the following: - Relevant backend kernels - Relevant backend functions - Relevant backend validation tests - Relevant backend specific examples - Remove backend support from Graph API - Remove backend support from build system Update documentation Resolves: COMPMID-4149 Change-Id: Id0621d6ee35169754de458103907aaba4ef770c0 Signed-off-by: Manuel Bottini Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5097 Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio Reviewed-by: Georgios Pinitas --- tests/SConscript | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'tests/SConscript') diff --git a/tests/SConscript b/tests/SConscript index 041ed8f548..8eebe5f2d8 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -145,16 +145,6 @@ if env['neon']: if env['external_tests_dir']: files_validation += Glob(env['external_tests_dir'] + '/tests/validation/NEON/' + filter_pattern) - -if env['gles_compute']: - test_env.Append(CPPDEFINES=['ARM_COMPUTE_GC']) - - files_benchmark += Glob('benchmark/GLES_COMPUTE/*/*.cpp') - files_benchmark += Glob('benchmark/GLES_COMPUTE/*.cpp') - - files_validation += Glob('validation/GLES_COMPUTE/*/*.cpp') - files_validation += Glob('validation/GLES_COMPUTE/*.cpp') - extra_link_flags = [] if env['os'] == 'android': test_env.Append(LIBS = ["log"]) -- cgit v1.2.1