Skip to content

Commit 60798b3

Browse files
authored
Prepare for new jll passes (#1527)
* Prepare for new jll passes * Update Compiler.jl * Update Project.toml * Update Compiler.jl * Update Compiler.jl * Update Compiler.jl
1 parent 7b3ad3c commit 60798b3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-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.152"
4+
version = "0.2.153"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -97,7 +97,7 @@ PythonCall = "0.9.25"
9797
Random = "1.10"
9898
Random123 = "1.7"
9999
ReactantCore = "0.1.15"
100-
Reactant_jll = "0.0.228"
100+
Reactant_jll = "0.0.229"
101101
ScopedValues = "1.3.0"
102102
Scratch = "1.2"
103103
Sockets = "1.10"

src/Compiler.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -898,6 +898,10 @@ function optimization_passes(
898898
"select_simplify",
899899
"concatenate_subtract_to_subtract_pad",
900900
"concatenate_broadcast_in_dim",
901+
"compare_abs",
902+
# "compare_mul",
903+
"compare_convert",
904+
"add_selects",
901905
]
902906

903907
if !compile_options.disable_scatter_gather_optimization_passes

0 commit comments

Comments
 (0)