Skip to content

Commit

Permalink
Merge pull request #43 from EnzymeAD/ap/precompilation
Browse files Browse the repository at this point in the history
fix: fix precompilation due to method overwritten
  • Loading branch information
avik-pal authored Jul 15, 2024
2 parents 3b47734 + 9be86b8 commit d02ee93
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/overloads.jl
Original file line number Diff line number Diff line change
Expand Up @@ -354,11 +354,6 @@ function promote_to(::Type{TracedRArray{ElType,Shape,N}}, rhs) where {ElType,Sha
end


function promote_to(lhs::TracedRArray{ElType,Shape,N}, rhs) where {ElType,Shape,N}
promote_to(TracedRArray{ElType,Shape,N}, rhs)
end


function promote_to(lhs::TracedRArray{ElType,Shape,N}, rhs) where {ElType,Shape,N}
promote_to(TracedRArray{ElType,Shape,N}, rhs)
end
Expand Down

0 comments on commit d02ee93

Please sign in to comment.