We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4124c61 commit 2a649d7Copy full SHA for 2a649d7
Project.toml
@@ -90,7 +90,7 @@ PythonCall = "0.9"
90
Random = "1.10"
91
Random123 = "1.7"
92
ReactantCore = "0.1.11"
93
-Reactant_jll = "0.0.190"
+Reactant_jll = "0.0.191"
94
ScopedValues = "1.3.0"
95
Scratch = "1.2"
96
Sockets = "1.10"
src/Compiler.jl
@@ -1019,6 +1019,9 @@ function optimization_passes(;
1019
"transpose_rotate",
1020
"transpose_dynamic_slice",
1021
"transpose_reverse",
1022
+ "transpose_batch_norm_training",
1023
+ "transpose_batch_norm_inference",
1024
+ "transpose_batch_norm_grad",
1025
],
1026
)
1027
if AGGRESSIVE_PROPAGATION[]
0 commit comments