We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a5eaec commit 0103b07Copy full SHA for 0103b07
backends/cadence/aot/compiler.py
@@ -38,7 +38,7 @@
38
ExecutorchProgramManager,
39
)
40
from executorch.exir.passes import ToOutVarPass
41
-from executorch.exir.passes.sym_shape_eval_pass import HintBasedSymShapeEvalPass
+from executorch.exir.passes.sym_shape_eval_pass import ConstraintBasedSymShapeEvalPass
42
from executorch.exir.program._program import to_edge
43
44
from torch.export.exported_program import ExportedProgram
@@ -460,7 +460,7 @@ def _lower_ep_to_cadence_gen_etrecord(
460
emit_stacktrace=False,
461
to_out_var_pass=ToOutVarPass(),
462
extract_delegate_segments=False,
463
- sym_shape_eval_pass=HintBasedSymShapeEvalPass(),
+ sym_shape_eval_pass=ConstraintBasedSymShapeEvalPass(),
464
),
465
466
0 commit comments