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.
2 parents d0bcfc5 + 542abbf commit 3d381abCopy full SHA for 3d381ab
src/rulesets/Base/arraymath.jl
@@ -46,9 +46,9 @@ end
46
# https://github.com/JuliaDiff/ChainRulesCore.jl/issues/411
47
function rrule(
48
::typeof(*),
49
- A::StridedMatrix{<:CommutativeMulNumber},
50
- B::StridedVecOrMat{<:CommutativeMulNumber},
51
-)
+ A::StridedMatrix{T},
+ B::StridedVecOrMat{T},
+) where {T<:CommutativeMulNumber}
52
function times_pullback(ȳ)
53
Ȳ = unthunk(ȳ)
54
dA = InplaceableThunk(
0 commit comments