Skip to content

Commit

Permalink
re-enable constant folding (#1739)
Browse files Browse the repository at this point in the history
Tested and works well. (modulo unrelated driver issue)
  • Loading branch information
powderluv authored Aug 9, 2023
1 parent 5203679 commit bc22a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/stable_diffusion/src/utils/stable_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ def is_valid_file(arg):

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

0 comments on commit bc22a81

Please sign in to comment.