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 b4ef625 commit 935e9adCopy full SHA for 935e9ad
deps/ReactantExtra/WORKSPACE
@@ -4,7 +4,7 @@ NSYNC_COMMIT = "82b118aa7ace3132e517e2c467f8732978cf4023"
4
5
NSYNC_SHA256 = ""
6
7
-ENZYMEXLA_COMMIT = "d33fe7cb02c450334c8b9e1fda8f48e671a1d891"
+ENZYMEXLA_COMMIT = "b3b62ef98eec2b0979871a4506b85e60af33a812"
8
9
ENZYMEXLA_SHA256 = ""
10
src/Compiler.jl
@@ -910,6 +910,9 @@ function optimization_passes(
910
"concat_insert_dim_dot_general",
911
"concat_insert_dim_gather",
912
"concat_insert_dim_iota",
913
+ "concat_insert_dim_reduce",
914
+ "concat_insert_dim_sort",
915
+ "concat_insert_dim_reduce_window",
916
]
917
918
if !compile_options.disable_scatter_gather_optimization_passes
0 commit comments