Skip to content

Commit e39e933

Browse files
authored
Update Compiler.jl
1 parent c1a1e1d commit e39e933

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Compiler.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3087,6 +3087,7 @@ function compile(f, args; sync=false, kwargs...)
30873087

30883088
if DEBUG_PRINT_CODEGEN[] && Reactant.Distributed.local_rank() == 0
30893089
display(body)
3090+
display(mlir_fn_res.donated_args_mask)
30903091
end
30913092

30923093
return register_thunk(

0 commit comments

Comments
 (0)