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 f06b776 commit f1f3d1fCopy full SHA for f1f3d1f
Project.toml
@@ -1,6 +1,6 @@
1
name = "ReverseDiff"
2
uuid = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
3
-version = "1.14.4"
+version = "1.14.5"
4
5
[deps]
6
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
src/derivatives/broadcast.jl
@@ -139,7 +139,7 @@ end
139
140
## A generalization of the broadcasting approach in ReverseDiff for general functions
141
142
-@inline function ∇broadcast(f::F, args::Vararg{<:Any}) where {F}
+@inline function ∇broadcast(f::F, args::Vararg{Any}) where {F}
143
inds, targs, untracked = splitargs(args)
144
N = length(targs)
145
D = promote_type(getouttype.(targs)...)
0 commit comments