Skip to content

Commit

Permalink
Update flag usage.
Browse files Browse the repository at this point in the history
Signed-off-by: MaheshRavishankar <mahesh.ravishankar@gmail.com>
  • Loading branch information
MaheshRavishankar committed Aug 12, 2024
1 parent 4c69c34 commit 782178f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def SD3_CLIP_COMMON_RUN_FLAGS(
"--iree-rocm-waves-per-eu=2",
"--iree-llvmgpu-enable-prefetch",
"--iree-flow-enable-aggressive-fusion",
"--iree-global-opt-enable-fuse-horizontal-contractions=true",
"--iree-flow-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 @@ -86,7 +86,7 @@ def SD3_MMDIT_COMMON_RUN_FLAGS(
"--iree-opt-const-eval=false",
f"--iree-codegen-transform-dialect-library={iree_test_path_extension}/attention_and_matmul_spec.mlir",
"--iree-global-opt-propagate-transposes=true",
"--iree-global-opt-enable-fuse-horizontal-contractions=true",
"--iree-flow-enable-fuse-horizontal-contractions=true",
"--iree-flow-enable-aggressive-fusion=true",
"--iree-opt-aggressively-propagate-transposes=true",
"--iree-opt-outer-dim-concat=true",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def SDXL_CLIP_COMMON_RUN_FLAGS(
"--iree-rocm-waves-per-eu=2",
"--iree-llvmgpu-enable-prefetch",
"--iree-flow-enable-aggressive-fusion",
"--iree-global-opt-enable-fuse-horizontal-contractions=true",
"--iree-flow-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 @@ -92,7 +92,7 @@ def SDXL_UNET_COMMON_RUN_FLAGS(
"--iree-opt-const-eval=false",
f"--iree-codegen-transform-dialect-library={iree_test_path_extension}/attention_and_matmul_spec.mlir",
"--iree-global-opt-propagate-transposes=true",
"--iree-global-opt-enable-fuse-horizontal-contractions=true",
"--iree-flow-enable-fuse-horizontal-contractions=true",
"--iree-flow-enable-aggressive-fusion=true",
"--iree-opt-aggressively-propagate-transposes=true",
"--iree-opt-outer-dim-concat=true",
Expand Down

0 comments on commit 782178f

Please sign in to comment.