Skip to content

Commit 272a659

Browse files
avik-palwsmoses
authored andcommitted
feat: rotate patterns to reduce window [skip ci]
1 parent e8bdb2d commit 272a659

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)