Skip to content

Commit 07052f9

Browse files
Katharine Hyattkshyatt
authored andcommitted
Another fix for GPU
1 parent c2ea667 commit 07052f9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/pushforwards/svd.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ function svd_pushforward!(ΔA, A, USVᴴ, ΔUSVᴴ, ind = Colon(); rank_atol = d
3030
@assert isantihermitian(K̇)
3131
@assert isantihermitian(Ṁ)
3232
K̇diag = diagview(K̇)
33-
for i in 1:length(K̇diag)
34-
@assert K̇diag[i] (im / 2) * imag(diagview(UΔAV)[i]) / S[i]
35-
end
3633

3734
∂U = vU *
3835
∂V = vV *

0 commit comments

Comments
 (0)