Skip to content

Commit

Permalink
revert change to horizontal contraction fusion flag pending flag chan…
Browse files Browse the repository at this point in the history
…ge in IREE main.
  • Loading branch information
eagarvey-amd committed Jul 17, 2024
1 parent 9fdc07f commit 60a28d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions models/turbine_models/custom_models/sd_inference/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
],
"unet": [
"--iree-flow-enable-aggressive-fusion",
"--iree-flow-enable-fuse-horizontal-contractions=true",
"--iree-global-opt-enable-fuse-horizontal-contractions=true",
"--iree-opt-aggressively-propagate-transposes=true",
"--iree-codegen-llvmgpu-use-vector-distribution=true",
],
"clip": [
"--iree-flow-enable-aggressive-fusion",
"--iree-flow-enable-fuse-horizontal-contractions=true",
"--iree-global-opt-enable-fuse-horizontal-contractions=true",
"--iree-opt-aggressively-propagate-transposes=true",
],
"vae": [
Expand All @@ -61,7 +61,7 @@
"--iree-opt-const-eval=false",
"--iree-opt-aggressively-propagate-transposes=true",
"--iree-flow-enable-aggressive-fusion",
"--iree-flow-enable-fuse-horizontal-contractions=true",
"--iree-global-opt-enable-fuse-horizontal-contractions=true",
"--iree-codegen-gpu-native-math-precision=true",
"--iree-codegen-llvmgpu-use-vector-distribution=true",
"--iree-codegen-llvmgpu-enable-transform-dialect-jit=false",
Expand Down

0 comments on commit 60a28d4

Please sign in to comment.