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 28203e5 commit a8a4e1aCopy full SHA for a8a4e1a
Project.toml
@@ -90,7 +90,7 @@ PythonCall = "0.9"
90
Random = "1.10"
91
Random123 = "1.7"
92
ReactantCore = "0.1.12"
93
-Reactant_jll = "0.0.202"
+Reactant_jll = "0.0.204"
94
ScopedValues = "1.3.0"
95
Scratch = "1.2"
96
Sockets = "1.10"
src/Compiler.jl
@@ -772,7 +772,6 @@ function optimization_passes(;
772
"concat_to_broadcast<16>",
773
"reduce_to_reshape<16>",
774
"broadcast_to_reshape<16>",
775
- "gather_simplify<16>",
776
"slice_internal",
777
"iota_simplify<16>($max_constant_threshold)",
778
"broadcast_in_dim_simplify<16>($max_constant_threshold)",
0 commit comments