Skip to content

Commit b5137d7

Browse files
authored
feat: new jll + new passes (#1871)
1 parent d5c3001 commit b5137d7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ PythonCall = "0.9.25"
105105
Random = "1.10"
106106
Random123 = "1.7"
107107
ReactantCore = "0.1.16"
108-
Reactant_jll = "0.0.261"
108+
Reactant_jll = "0.0.262"
109109
ScopedValues = "1.3.0"
110110
Scratch = "1.2"
111111
Sockets = "1.10"

src/Compiler.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -903,6 +903,8 @@ function optimization_passes(
903903
"split_variadic_scatter_op",
904904
"dynamic_slice_simplify",
905905
"enzyme_hlo_unroll($(WHILE_UNROLL_THRESHOLD[]))",
906+
"dot_general_only_diagonal_access",
907+
"transpose_symmetric_simplify",
906908
]
907909

908910
if !compile_options.disable_auto_batching_passes

0 commit comments

Comments
 (0)