We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 601261e commit 0e34d8aCopy full SHA for 0e34d8a
2 files changed
.github/workflows/Test.yml
@@ -25,7 +25,7 @@ jobs:
25
actions: write
26
contents: read
27
strategy:
28
- fail-fast: false # TODO: toggle
+ fail-fast: true # TODO: toggle
29
matrix:
30
version:
31
- '1.10'
DifferentiationInterface/ext/DifferentiationInterfaceMooncakeExt/differentiate_with.jl
@@ -66,7 +66,7 @@ end
66
function Mooncake.rrule!!(
67
dw::CoDual{<:DI.DifferentiateWith{C}},
68
x::CoDual{<:AbstractArray{<:Number}},
69
- contexts::Vararg{CoDual{<:NumberOrArray}, C}
+ contexts::Vararg{<:CoDual{<:NumberOrArray}, C}
70
) where {C}
71
@assert tangent_type(typeof(dw)) == NoTangent
72
primal_func = primal(dw)
0 commit comments