Skip to content

Commit a8a4e1a

Browse files
authored
Update jll (#1402)
* Update jll * fix
1 parent 28203e5 commit a8a4e1a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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.202"
93+
Reactant_jll = "0.0.204"
9494
ScopedValues = "1.3.0"
9595
Scratch = "1.2"
9696
Sockets = "1.10"

src/Compiler.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,6 @@ function optimization_passes(;
772772
"concat_to_broadcast<16>",
773773
"reduce_to_reshape<16>",
774774
"broadcast_to_reshape<16>",
775-
"gather_simplify<16>",
776775
"slice_internal",
777776
"iota_simplify<16>($max_constant_threshold)",
778777
"broadcast_in_dim_simplify<16>($max_constant_threshold)",

0 commit comments

Comments
 (0)