We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c3001 commit b5137d7Copy full SHA for b5137d7
Project.toml
@@ -105,7 +105,7 @@ PythonCall = "0.9.25"
105
Random = "1.10"
106
Random123 = "1.7"
107
ReactantCore = "0.1.16"
108
-Reactant_jll = "0.0.261"
+Reactant_jll = "0.0.262"
109
ScopedValues = "1.3.0"
110
Scratch = "1.2"
111
Sockets = "1.10"
src/Compiler.jl
@@ -903,6 +903,8 @@ function optimization_passes(
903
"split_variadic_scatter_op",
904
"dynamic_slice_simplify",
905
"enzyme_hlo_unroll($(WHILE_UNROLL_THRESHOLD[]))",
906
+ "dot_general_only_diagonal_access",
907
+ "transpose_symmetric_simplify",
908
]
909
910
if !compile_options.disable_auto_batching_passes
0 commit comments