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 ed62683 commit 029704fCopy full SHA for 029704f
Project.toml
@@ -108,7 +108,7 @@ PythonCall = "0.9.25"
108
Random = "1.10"
109
Random123 = "1.7"
110
ReactantCore = "0.1.16"
111
-Reactant_jll = "0.0.275"
+Reactant_jll = "0.0.277"
112
ScopedValues = "1.3.0"
113
Scratch = "1.2"
114
Sockets = "1.10"
src/Compiler.jl
@@ -920,6 +920,7 @@ function optimization_passes(
920
"dot_general_broadcast_in_dim_sort_dims",
921
"dus_dynamic_slice_simplify",
922
"while_dus_ds_simplify",
923
+ "reshape_slice_reshape",
924
]
925
926
if !is_sharded
0 commit comments