From 73f19af80aaee8929553739894b8dd8fedb163c3 Mon Sep 17 00:00:00 2001 From: Ramy Elgammal Date: Sun, 23 Oct 2022 11:44:49 +0100 Subject: Add Dynamic Fusion GpuConv2d FP32/FP16 testcase Resolves: COMPMID-5511 Signed-off-by: Ramy Elgammal Change-Id: I0ac0acbf1de7da09f18f7b457307ec3cc99deb3b Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/8546 Comments-Addressed: Arm Jenkins Reviewed-by: SiCong Li Tested-by: Arm Jenkins Benchmark: Arm Jenkins --- tests/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/SConscript') diff --git a/tests/SConscript b/tests/SConscript index 95ecd27afa..87b654385a 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -122,6 +122,7 @@ if env['opencl']: if env['experimental_dynamic_fusion']: test_env.Append(CPPDEFINES = ['ENABLE_EXPERIMENTAL_DYNAMIC_FUSION']) files_validation += Glob('validation/dynamic_fusion/gpu/' + filter_pattern) + files_validation += Glob('validation/dynamic_fusion/gpu/cl/' + filter_pattern) filter_pattern = test_env['test_filter'] -- cgit v1.2.1