We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ffd58e commit c62685dCopy full SHA for c62685d
1 file changed
ext/MatrixAlgebraKitEnzymeExt/MatrixAlgebraKitEnzymeExt.jl
@@ -239,7 +239,6 @@ for f in (:svd_compact!, :svd_full!)
239
Aval = nothing
240
USVᴴval = something(cache_USVᴴ, USVᴴ.val)
241
if !isa(A, Const)
242
- minmn = min(size(A.val)...)
243
svd_pullback!(A.dval, Aval, USVᴴval, dUSVᴴ)
244
end
245
!isa(USVᴴ, Const) && make_zero!(USVᴴ.dval)
0 commit comments