Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Dec 14, 2024
1 parent 2d3f43b commit 939ddc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Enzyme.jl
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ code, as well as high-order differentiation.
A2 = A

if A isa UnionAll
rt = Compiler.primal_return_type(mode, FTy, tt)
rt = Compiler.primal_return_type(Reverse, FTy, tt)
A2 = A{rt}
if rt == Union{}
rt = Nothing
Expand Down

0 comments on commit 939ddc0

Please sign in to comment.