We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d6a50d commit d6645abCopy full SHA for d6645ab
1 file changed
DifferentiationInterface/ext/DifferentiationInterfaceMooncakeExt/differentiate_with.jl
@@ -26,7 +26,7 @@ end
26
function Mooncake.rrule!!(
27
dw::CoDual{<:DI.DifferentiateWith{C}},
28
x::CoDual{<:Number},
29
- contexts::Vararg{CoDual{<:NumberOrArray}, C}
+ contexts::Vararg{CoDual, C}
30
) where {C}
31
@assert tangent_type(typeof(dw)) == NoTangent
32
primal_func = primal(dw)
@@ -66,7 +66,7 @@ end
66
67
68
x::CoDual{<:AbstractArray{<:Number}},
69
- contexts::Vararg{<:CoDual, C}
70
71
72
0 commit comments