Skip to content

Commit b213bbd

Browse files
committed
Do not use portable ops for vgf flows
1 parent 6875b8d commit b213bbd

File tree

1 file changed

+2
-0
lines changed
  • backends/test/suite/flows

1 file changed

+2
-0
lines changed

backends/test/suite/flows/arm.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,11 @@ def create_quantize_stage() -> Quantize:
8282
"arm_vgf_fp",
8383
lambda: common.get_vgf_compile_spec(tosa_spec="TOSA-1.0+FP"),
8484
quantize=False,
85+
use_portable_ops=False,
8586
)
8687
ARM_VGF_INT_FLOW = _create_arm_flow(
8788
"arm_vgf_int",
8889
lambda: common.get_vgf_compile_spec(tosa_spec="TOSA-1.0+INT"),
8990
quantize=True,
91+
use_portable_ops=False,
9092
)

0 commit comments

Comments
 (0)