Skip to content

Commit 029704f

Browse files
authored
feat: new passes (#1981)
* feat: new passes + re-enable batching * chore: bump jll * Update src/CompileOptions.jl
1 parent ed62683 commit 029704f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ PythonCall = "0.9.25"
108108
Random = "1.10"
109109
Random123 = "1.7"
110110
ReactantCore = "0.1.16"
111-
Reactant_jll = "0.0.275"
111+
Reactant_jll = "0.0.277"
112112
ScopedValues = "1.3.0"
113113
Scratch = "1.2"
114114
Sockets = "1.10"

src/Compiler.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -920,6 +920,7 @@ function optimization_passes(
920920
"dot_general_broadcast_in_dim_sort_dims",
921921
"dus_dynamic_slice_simplify",
922922
"while_dus_ds_simplify",
923+
"reshape_slice_reshape",
923924
]
924925

925926
if !is_sharded

0 commit comments

Comments
 (0)