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 36
36
],
37
37
"unet" : [
38
38
"--iree-flow-enable-aggressive-fusion" ,
39
- "--iree-flow -enable-fuse-horizontal-contractions=true" ,
39
+ "--iree-global-opt -enable-fuse-horizontal-contractions=true" ,
40
40
"--iree-opt-aggressively-propagate-transposes=true" ,
41
41
"--iree-codegen-llvmgpu-use-vector-distribution=true" ,
42
42
],
43
43
"clip" : [
44
44
"--iree-flow-enable-aggressive-fusion" ,
45
- "--iree-flow -enable-fuse-horizontal-contractions=true" ,
45
+ "--iree-global-opt -enable-fuse-horizontal-contractions=true" ,
46
46
"--iree-opt-aggressively-propagate-transposes=true" ,
47
47
],
48
48
"vae" : [
61
61
"--iree-opt-const-eval=false" ,
62
62
"--iree-opt-aggressively-propagate-transposes=true" ,
63
63
"--iree-flow-enable-aggressive-fusion" ,
64
- "--iree-flow -enable-fuse-horizontal-contractions=true" ,
64
+ "--iree-global-opt -enable-fuse-horizontal-contractions=true" ,
65
65
"--iree-codegen-gpu-native-math-precision=true" ,
66
66
"--iree-codegen-llvmgpu-use-vector-distribution=true" ,
67
67
"--iree-codegen-llvmgpu-enable-transform-dialect-jit=false" ,
You can’t perform that action at this time.
0 commit comments