Skip to content

Commit 935e9ad

Browse files
committed
feat: new batching passes [skip ci]
1 parent b4ef625 commit 935e9ad

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

deps/ReactantExtra/WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ NSYNC_COMMIT = "82b118aa7ace3132e517e2c467f8732978cf4023"
44

55
NSYNC_SHA256 = ""
66

7-
ENZYMEXLA_COMMIT = "d33fe7cb02c450334c8b9e1fda8f48e671a1d891"
7+
ENZYMEXLA_COMMIT = "b3b62ef98eec2b0979871a4506b85e60af33a812"
88

99
ENZYMEXLA_SHA256 = ""
1010

src/Compiler.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -910,6 +910,9 @@ function optimization_passes(
910910
"concat_insert_dim_dot_general",
911911
"concat_insert_dim_gather",
912912
"concat_insert_dim_iota",
913+
"concat_insert_dim_reduce",
914+
"concat_insert_dim_sort",
915+
"concat_insert_dim_reduce_window",
913916
]
914917

915918
if !compile_options.disable_scatter_gather_optimization_passes

0 commit comments

Comments
 (0)