Skip to content

Commit ff12d1e

Browse files
committed
Update Compiler.jl
1 parent ce3e8e6 commit ff12d1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Compiler.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,8 @@ function optimization_passes(;
682682
"concat_concat_axis_swap",
683683
"concat_multipad",
684684
"concat_concat_to_dus",
685-
"concat_to_onedim_dusslice",
685+
# TODO we want to enable but may cause an infinite compile time
686+
# "concat_to_onedim_dusslice",
686687
]
687688

688689
if DUS_SLICE_SIMPLIFY[]

0 commit comments

Comments
 (0)