Skip to content

Commit

Permalink
Update unet horizontal fusion flag (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri authored Jul 25, 2024
1 parent 0e57b4e commit 920dbf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/turbine_models/custom_models/sd_inference/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"--iree-opt-data-tiling=false",
"--iree-codegen-gpu-native-math-precision=true",
"--iree-vm-target-truncate-unsupported-floats",
"--iree-flow-enable-fuse-horizontal-contractions=true",
],
"clip": [
"--iree-flow-enable-aggressive-fusion",
Expand Down

0 comments on commit 920dbf5

Please sign in to comment.