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 --- SConscript | 6 ------ 1 file changed, 6 deletions(-) (limited to 'SConscript') diff --git a/SConscript b/SConscript index f0c42979ce..a9986feb32 100644 --- a/SConscript +++ b/SConscript @@ -564,12 +564,6 @@ if env['fixed_format_kernels']: # Dynamic fusion if env['experimental_dynamic_fusion']: lib_files += filelist['experimental']['dynamic_fusion']['common'] - lib_files += filelist['experimental']['dynamic_fusion']['template_writer'] - -if "ACL_INTERNAL_TEST_CKW_IN_DF" in env["extra_cxx_flags"]: - if not env["experimental_dynamic_fusion"]: - print("To use ACL_INTERNAL_TEST_CKW_IN_DF experimental_dynamic_fusion must be set to 1") - Exit(1) lib_files += filelist['experimental']['dynamic_fusion']['ckw_driver'] # Logging files -- cgit v1.2.1