Skip to content

Commit 282a195

Browse files
authored
chore: bump jll and new passes (#1219)
1 parent 9427ac5 commit 282a195

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Reactant"
22
uuid = "3c362404-f566-11ee-1572-e11a4b42c853"
33
authors = ["William Moses <[email protected]>", "Valentin Churavy <[email protected]>", "Sergio Sánchez Ramírez <[email protected]>", "Paul Berg <[email protected]>", "Avik Pal <[email protected]>", "Mosè Giordano <[email protected]>"]
4-
version = "0.2.83"
4+
version = "0.2.84"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -87,7 +87,7 @@ PythonCall = "0.9"
8787
Random = "1.10"
8888
Random123 = "1.7"
8989
ReactantCore = "0.1.9"
90-
Reactant_jll = "0.0.153"
90+
Reactant_jll = "0.0.154"
9191
ScopedValues = "1.3.0"
9292
Scratch = "1.2"
9393
Sockets = "1.10"

src/Compiler.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,7 @@ function optimization_passes(;
720720
"square_abs_simplify",
721721
"divide_divide_simplify",
722722
"concat_reshape_slice",
723+
"full_reduce_reshape_or_transpose",
723724
# TODO we want to enable but may cause an infinite compile time
724725
# "concat_to_onedim_dusslice",
725726
]
@@ -803,6 +804,7 @@ function optimization_passes(;
803804
"transpose_extend",
804805
"transpose_rotate",
805806
"transpose_dynamic_slice",
807+
"transpose_reverse",
806808
],
807809
)
808810
if AGGRESSIVE_PROPAGATION[]
@@ -830,6 +832,7 @@ function optimization_passes(;
830832
"einsum_transpose<1>",
831833
"slice_reshape_transpose<1>",
832834
"reduce_transpose_simplify",
835+
"reverse_transpose",
833836
],
834837
)
835838
else

0 commit comments

Comments
 (0)