Skip to content

Commit 0f6b46b

Browse files
mtfishmanclaude
andcommitted
Link upstream issue for LQ regression on GPU-backed inputs
Reference QuantumKitHub/MatrixAlgebraKit.jl#218 from the comment on the broken `c * u ≈ a` assertion so the marker has a paper trail when the upstream fix lands. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 4be4203 commit 0f6b46b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/test_abstract_blocktype.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ arrayts = (Array, JLArray)
105105
c, u = f(a)
106106
# `right_orth`, `lq_compact`, `lq_full` on JLArray-backed
107107
# `BlockSparseMatrix{T, AbstractMatrix{T}}` produce a `c * u` that does not
108-
# reproduce `a` (regression in MatrixAlgebraKit 0.6.6).
108+
# reproduce `a` (regression in MatrixAlgebraKit 0.6.6, tracked at
109+
# https://github.com/QuantumKitHub/MatrixAlgebraKit.jl/issues/218).
109110
@test c * u a broken = (arrayt Array && f (right_orth, lq_compact, lq_full))
110111
if arrayt Array
111112
@test isisometric(u; side = :right)

0 commit comments

Comments
 (0)