From e51dd261a00a36c954713fe5b9864f36fd4b3e07 Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Sun, 15 Jun 2025 21:11:45 -0400 Subject: [PATCH] feat: missing transpose_scatter pass --- src/Compiler.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Compiler.jl b/src/Compiler.jl index 96f348125c..e3f80556f8 100644 --- a/src/Compiler.jl +++ b/src/Compiler.jl @@ -1071,6 +1071,7 @@ function optimization_passes(; "transpose_batch_norm_inference", "transpose_batch_norm_grad", "transpose_if", + "transpose_scatter", ], ) if AGGRESSIVE_PROPAGATION[]