We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb3abd0 commit 44d3cc8Copy full SHA for 44d3cc8
1 file changed
test/amd/polar.jl
@@ -22,7 +22,6 @@ using AMDGPU
22
@test isisometric(W)
23
# work around extremely strict Julia criteria for Hermiticity
24
@test ishermitian(P; rtol = MatrixAlgebraKit.defaulttol(P)) && isposdef(Hermitian(P))
25
- @test isposdef(P)
26
27
Ac = similar(A)
28
W2, P2 = @constinferred left_polar!(copy!(Ac, A), (W, P), alg)
0 commit comments