From d7113e4af5b5497d3a3a62dc9cf6b147e2a024cd Mon Sep 17 00:00:00 2001 From: Nathan John Sircombe Date: Wed, 26 Apr 2023 15:02:43 +0100 Subject: Removes `experimental` from `experimental_fixed_format_kernels` flag Renames `experimental_fixed_format_kernels` build option to `fixed_format_kernels`. Adds documentation for the flag covering basics: - What fixed-format kernels are - Why they're needed - Which backend they're for (i.e. CPU) - Some pointers on how to use them. Resolves: ONCPUML-1253 Change-Id: I428c98614c309c9ffc32d0f32daa24740f7cb967 Signed-off-by: Nathan John Sircombe Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/9523 Benchmark: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: SiCong Li Comments-Addressed: Arm Jenkins --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 2e20931552..d6f15c0caf 100644 --- a/SConstruct +++ b/SConstruct @@ -126,7 +126,7 @@ vars.AddVariables(     ├── fixtures     └── Neon\n""", "", PathVariable.PathAccept), BoolVariable("experimental_dynamic_fusion", "Build the experimental dynamic fusion files", False), - BoolVariable("experimental_fixed_format_kernels", "Enable fixed format kernels for GEMM", False), + BoolVariable("fixed_format_kernels", "Enable fixed format kernels for GEMM", False), BoolVariable("mapfile", "Generate a map file", False), ListVariable("custom_options", "Custom options that can be used to turn on/off features", "none", ["disable_mmla_fp"]), ListVariable("data_type_support", "Enable a list of data types to support", "all", ["qasymm8", "qasymm8_signed", "qsymm16", "fp16", "fp32", "integer"]), -- cgit v1.2.1