We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a27916 commit f8cd198Copy full SHA for f8cd198
src/norecompile.jl
@@ -57,7 +57,7 @@ function wrapfun_iip(ff,
57
dualT = dualgen(T)
58
dualT1 = ArrayInterface.promote_eltype(T1, dualT)
59
dualT2 = ArrayInterface.promote_eltype(T2, dualT)
60
- dualT4 = dualgen(promote_type(T, T4))
+ dualT4 = dualgen(T4)
61
62
iip_arglists = (Tuple{T1, T2, T3, T4},
63
Tuple{dualT1, dualT2, T3, T4},
0 commit comments