Skip to content

Commit

Permalink
Fix missing quantize_io on U85 compile
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Elliott <robert.elliott@arm.com>
  • Loading branch information
robell committed Sep 24, 2024
1 parent d962244 commit 9abc537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/arm/aot_arm_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9abc537

Please sign in to comment.