Skip to content

Commit afe8ea9

Browse files
committed
feat: rotate patterns to reduce window [skip ci]
1 parent ee35efd commit afe8ea9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Compiler.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -902,6 +902,9 @@ function optimization_passes(
902902
# "compare_mul",
903903
"compare_convert",
904904
"add_selects",
905+
"self_subtract_to_convolution_like",
906+
"self_add_to_convolution_like",
907+
"self_mul_to_convolution_like",
905908
]
906909

907910
if !compile_options.disable_scatter_gather_optimization_passes

0 commit comments

Comments
 (0)