re-enable constant folding (#1739)

Tested and works well. (modulo unrelated driver issue)
This commit is contained in:
powderluv
2023-08-08 17:17:38 -07:00
committed by GitHub
parent 5203679f1f
commit bc22a81925

View File

@@ -521,7 +521,7 @@ p.add_argument(
p.add_argument(
"--iree_constant_folding",
default=False,
default=True,
action=argparse.BooleanOptionalAction,
help="Controls constant folding in iree-compile for all SD models.",
)