Skip to content

Commit

Permalink
add back all flags
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri authored Apr 24, 2024
1 parent 74c837b commit eb72dd0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion iree_tests/configs/config_sdxl_scheduled_unet_gpu_rocm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@
"--iree-rocm-target-chip=gfx90a",
"--iree-opt-const-eval=false",
"--verify=false",
"--iree-codegen-transform-dialect-library=specs/attention_and_matmul_spec.mlir"
"--iree-codegen-transform-dialect-library=specs/attention_and_matmul_spec.mlir",
"--iree-global-opt-propagate-transposes=true",
"--iree-opt-outer-dim-concat=true",
"--iree-vm-target-truncate-unsupported-floats",
"--iree-llvmgpu-enable-prefetch=true",
"--iree-opt-data-tiling=false",
"--iree-codegen-gpu-native-math-precision=true",
"--iree-codegen-llvmgpu-use-vector-distribution",
"--iree-preprocessing-pass-pipeline=builtin.module(iree-preprocessing-transpose-convolution-pipeline, iree-preprocessing-pad-to-intrinsics)"
],
"iree_run_module_flags": [
"--device=hip",
Expand Down

0 comments on commit eb72dd0

Please sign in to comment.