File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
models/turbine_models/custom_models/sd_inference Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3636 ],
3737 "unet" : [
3838 "--iree-flow-enable-aggressive-fusion" ,
39- "--iree-flow -enable-fuse-horizontal-contractions=true" ,
39+ "--iree-global-opt -enable-fuse-horizontal-contractions=true" ,
4040 "--iree-opt-aggressively-propagate-transposes=true" ,
4141 "--iree-codegen-llvmgpu-use-vector-distribution=true" ,
4242 ],
4343 "clip" : [
4444 "--iree-flow-enable-aggressive-fusion" ,
45- "--iree-flow -enable-fuse-horizontal-contractions=true" ,
45+ "--iree-global-opt -enable-fuse-horizontal-contractions=true" ,
4646 "--iree-opt-aggressively-propagate-transposes=true" ,
4747 ],
4848 "vae" : [
6161 "--iree-opt-const-eval=false" ,
6262 "--iree-opt-aggressively-propagate-transposes=true" ,
6363 "--iree-flow-enable-aggressive-fusion" ,
64- "--iree-flow -enable-fuse-horizontal-contractions=true" ,
64+ "--iree-global-opt -enable-fuse-horizontal-contractions=true" ,
6565 "--iree-codegen-gpu-native-math-precision=true" ,
6666 "--iree-codegen-llvmgpu-use-vector-distribution=true" ,
6767 "--iree-codegen-llvmgpu-enable-transform-dialect-jit=false" ,
You can’t perform that action at this time.
0 commit comments