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 13e9675 commit e6ce0feCopy full SHA for e6ce0fe
Project.toml
@@ -105,7 +105,7 @@ PythonCall = "0.9.25"
105
Random = "1.10"
106
Random123 = "1.7"
107
ReactantCore = "0.1.16"
108
-Reactant_jll = "0.0.247"
+Reactant_jll = "0.0.248"
109
ScopedValues = "1.3.0"
110
Scratch = "1.2"
111
Sockets = "1.10"
src/Compiler.jl
@@ -908,6 +908,8 @@ function optimization_passes(
908
"dot_general_subtract_distributive_simplify",
909
"dus_to_dynamic_pad",
910
"dynamic_pad_to_pad",
911
+ "remove_no_ops_from_while_loop",
912
+ "while_is_copy_simplify",
913
]
914
915
if !compile_options.disable_auto_batching_passes
0 commit comments