Skip to content

Commit 54e7ccf

Browse files
chore: bump jll (#1400)
* chore: bump jll * Update src/Compiler.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d8ffd0d commit 54e7ccf

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
@@ -90,7 +90,7 @@ PythonCall = "0.9"
9090
Random = "1.10"
9191
Random123 = "1.7"
9292
ReactantCore = "0.1.12"
93-
Reactant_jll = "0.0.201"
93+
Reactant_jll = "0.0.202"
9494
ScopedValues = "1.3.0"
9595
Scratch = "1.2"
9696
Sockets = "1.10"

src/Compiler.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -930,6 +930,7 @@ function optimization_passes(;
930930
# "concat_to_onedim_dusslice",
931931
"scatter_multiply_simplify",
932932
"unary_elementwise_scatter_simplify",
933+
"gather_elementwise",
933934
]
934935

935936
# constant prop patterns

0 commit comments

Comments
 (0)