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 3333 ],
3434 "unet" : [
3535 "--iree-flow-enable-aggressive-fusion" ,
36- "--iree-global-opt -enable-fuse-horizontal-contractions=true" ,
36+ "--iree-flow -enable-fuse-horizontal-contractions=true" ,
3737 "--iree-opt-aggressively-propagate-transposes=true" ,
3838 "--iree-codegen-llvmgpu-use-vector-distribution=true" ,
3939 ],
4040 "clip" : [
4141 "--iree-flow-enable-aggressive-fusion" ,
42- "--iree-global-opt -enable-fuse-horizontal-contractions=true" ,
42+ "--iree-flow -enable-fuse-horizontal-contractions=true" ,
4343 "--iree-opt-aggressively-propagate-transposes=true" ,
4444 ],
4545 "vae" : [
5858 "--iree-opt-const-eval=false" ,
5959 "--iree-opt-aggressively-propagate-transposes=true" ,
6060 "--iree-flow-enable-aggressive-fusion" ,
61- "--iree-global-opt -enable-fuse-horizontal-contractions=true" ,
61+ "--iree-flow -enable-fuse-horizontal-contractions=true" ,
6262 "--iree-codegen-gpu-native-math-precision=true" ,
6363 "--iree-codegen-llvmgpu-use-vector-distribution=true" ,
6464 "--iree-codegen-llvmgpu-enable-transform-dialect-jit=false" ,
You can’t perform that action at this time.
0 commit comments