Skip to content

Commit 0dfb2cc

Browse files
committed
feat: log and logp1 const prop
1 parent 3dc9c52 commit 0dfb2cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Compiler.jl

+2
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ function optimization_passes(; no_nan::Bool=false)
196196
"slice_pad<1>",
197197
"dot_reshape_dot<1>",
198198
"concat_const_prop<1>",
199+
"log_const_prop<1>",
200+
"log_plus_one_const_prop<1>",
199201
"concat_fuse<1>",
200202
"pad_reshape_pad<1>",
201203
"pad_pad<1>",

0 commit comments

Comments
 (0)