Skip to content

Commit c1a1e1d

Browse files
Bump jll (#1284)
* Bump jll * Update src/Compiler.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update Project.toml --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 35e6e01 commit c1a1e1d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
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.104"
4+
version = "0.2.105"
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.175"
90+
Reactant_jll = "0.0.178"
9191
ScopedValues = "1.3.0"
9292
Scratch = "1.2"
9393
Sockets = "1.10"

src/Compiler.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,9 @@ function optimization_passes(;
563563
"const_prop_through_barrier<16>",
564564
"slice_slice<16>",
565565
"shift_right_logical_simplify<16>",
566-
"pad_simplify<16>",
566+
"pad_simplify<16>($max_constant_threshold)",
567+
"select_pad_to_dus<1>",
568+
"and_pad_pad<1>",
567569
"negative_pad_to_slice<16>",
568570
"tanh_simplify<16>",
569571
"exp_simplify<16>",

0 commit comments

Comments
 (0)