Skip to content

Commit 89a5352

Browse files
authored
Merge branch 'main' into jm/ci
2 parents 4f5233e + 60798b3 commit 89a5352

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"
@@ -107,7 +107,7 @@ Random = "1.10"
107107
Random123 = "1.7"
108108
SafeTestsets = "0.1"
109109
ReactantCore = "0.1.15"
110-
Reactant_jll = "0.0.228"
110+
Reactant_jll = "0.0.229"
111111
ScopedValues = "1.3.0"
112112
Scratch = "1.2"
113113
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)