From 0ee13afc4429411de9a05ba4c2ff8a580784b568 Mon Sep 17 00:00:00 2001 From: Gunes Bayir Date: Wed, 7 Feb 2024 15:34:45 +0000 Subject: Remove CKW prototype and Template Writer Gpu code in dynamic fusion is now written by stable CKW. We do not need CKW protoype and the older writer implementation, i.e. TemplateWriter. It also removes the need for the flag -DACL_INTERNAL_TEST_CKW_IN_DF to compile and test dynamic fusion operator. Resolves: COMPMID-6715 Signed-off-by: Gunes Bayir Change-Id: I9f9453311e79d9be612bd4754240d832f98503e8 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/11116 Benchmark: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Jakub Sujak Comments-Addressed: Arm Jenkins --- SConstruct | 3 --- 1 file changed, 3 deletions(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 6f498b51c8..bad85e503d 100644 --- a/SConstruct +++ b/SConstruct @@ -227,9 +227,6 @@ if env['experimental_dynamic_fusion']: # Dynamic Fusion on GPU has a direct dependency on OpenCL and Compute Kernel Writer env['opencl'] = 1 - # Build CKW by default - env["extra_cxx_flags"] += ' -DACL_INTERNAL_TEST_CKW_IN_DF' - if env['opencl'] and env['embed_kernels'] and env['compress_kernels'] and env['os'] not in ['android']: print("Compressed kernels are supported only for android builds") Exit(1) -- cgit v1.2.1