Skip to content

Commit 46f5f4b

Browse files
committed
Remove duplicated comment
1 parent 2a94261 commit 46f5f4b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/pullbacks/qr.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,6 @@ function remove_qr_gauge_dependence!(ΔQ, ΔR, A, Q, R; rank_atol = MatrixAlgebr
172172
ΔR₂₂ = view(ΔR, (r + 1):minmn, (r + 1):size(R, 2))
173173
zero!(diagview(ΔR₂₂))
174174
if r < minmn
175-
# uppertriangularind generates linear indices
176-
# compute the appropriate offset in ΔR so we aren't
177-
# operating on a view-of-view, which doesn't work
178-
# for GPU arrays
179175
# uppertriangularind generates linear indices
180176
# compute the appropriate offset in ΔR so we aren't
181177
# operating on a view-of-view, which doesn't work

0 commit comments

Comments
 (0)