Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox authored Jun 10, 2020
1 parent 940220e commit 141bc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rulesets/LinearAlgebra/factorization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ using LinearAlgebra.BLAS: gemv, gemv!, gemm!, trsm!, axpy!, ger!

function rrule(::typeof(svd), X::AbstractMatrix{<:Real})
F = svd(X)
function svd_pullback::Composite})
function svd_pullback::Composite)
∂X = @thunk(svd_rev(F, Ȳ.U, Ȳ.S, Ȳ.V))
return (NO_FIELDS, ∂X)
end
Expand Down

0 comments on commit 141bc66

Please sign in to comment.