From 9abc53791e29d8776602a13a4693a5329bd59ca9 Mon Sep 17 00:00:00 2001 From: Rob Elliott Date: Fri, 20 Sep 2024 11:40:57 +0000 Subject: [PATCH] Fix missing quantize_io on U85 compile Signed-off-by: Rob Elliott --- examples/arm/aot_arm_compiler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/arm/aot_arm_compiler.py b/examples/arm/aot_arm_compiler.py index 7d9595f900..b63d0b730b 100644 --- a/examples/arm/aot_arm_compiler.py +++ b/examples/arm/aot_arm_compiler.py @@ -182,6 +182,7 @@ def get_compile_spec(target: str, intermediates: bool) -> ArmCompileSpecBuilder: extra_flags="--output-format=raw", ) .set_permute_memory_format(True) + .set_quantize_io(True) ) if intermediates is not None: