Skip to content

Commit

Permalink
Drop horizontal fusion flag from SD3 since the backend doesnt support…
Browse files Browse the repository at this point in the history
… this yet.

Previous implementation of horizontal fusion missed opportunities for
horizontal fusion in SD3, but now they do get picked up, but the
backend doesnt work on these. Dropping the flag is a no-op for the
test since there was no horizontal fusion to start with.

Signed-off-by: MaheshRavishankar <[email protected]>
  • Loading branch information
MaheshRavishankar committed Feb 14, 2025
1 parent 60a2902 commit a27128a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ def SD3_CLIP_COMMON_RUN_FLAGS(
"--iree-hip-waves-per-eu=2",
"--iree-llvmgpu-enable-prefetch",
"--iree-dispatch-creation-enable-aggressive-fusion",
"--iree-dispatch-creation-enable-fuse-horizontal-contractions=true",
"--iree-opt-aggressively-propagate-transposes=true",
"--iree-codegen-llvmgpu-use-vector-distribution=true",
"--iree-execution-model=async-external",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def SD3_MMDIT_COMMON_RUN_FLAGS(
f"--iree-hip-target={rocm_chip}",
"--iree-opt-const-eval=false",
"--iree-global-opt-propagate-transposes=true",
"--iree-dispatch-creation-enable-fuse-horizontal-contractions=true",
"--iree-dispatch-creation-enable-aggressive-fusion=true",
"--iree-opt-aggressively-propagate-transposes=true",
"--iree-opt-outer-dim-concat=true",
Expand Down

0 comments on commit a27128a

Please sign in to comment.