Skip to content

Commit 2a649d7

Browse files
authored
chore: bump jll (#1352)
* chore: bump jll * Update Project.toml * Update Project.toml
1 parent 4124c61 commit 2a649d7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ PythonCall = "0.9"
9090
Random = "1.10"
9191
Random123 = "1.7"
9292
ReactantCore = "0.1.11"
93-
Reactant_jll = "0.0.190"
93+
Reactant_jll = "0.0.191"
9494
ScopedValues = "1.3.0"
9595
Scratch = "1.2"
9696
Sockets = "1.10"

src/Compiler.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,6 +1019,9 @@ function optimization_passes(;
10191019
"transpose_rotate",
10201020
"transpose_dynamic_slice",
10211021
"transpose_reverse",
1022+
"transpose_batch_norm_training",
1023+
"transpose_batch_norm_inference",
1024+
"transpose_batch_norm_grad",
10221025
],
10231026
)
10241027
if AGGRESSIVE_PROPAGATION[]

0 commit comments

Comments
 (0)