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 d8ffd0d commit 54e7ccfCopy full SHA for 54e7ccf
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.201"
+Reactant_jll = "0.0.202"
94
ScopedValues = "1.3.0"
95
Scratch = "1.2"
96
Sockets = "1.10"
src/Compiler.jl
@@ -930,6 +930,7 @@ function optimization_passes(;
930
# "concat_to_onedim_dusslice",
931
"scatter_multiply_simplify",
932
"unary_elementwise_scatter_simplify",
933
+ "gather_elementwise",
934
]
935
936
# constant prop patterns
0 commit comments