Skip to content

Commit 631cf17

Browse files
committed
Fix AMD algs
1 parent 682ad62 commit 631cf17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/svd.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ for T in (BLASFloats..., GenericFloats...), m in (0, 54), n in (0, 37, m, 63)
3333
TestSuite.test_svd(ROCMatrix{T}, (m, n); test_trunc = false)
3434
AMD_SVD_ALGS = (
3535
ROCSOLVER_QRIteration(),
36-
ROCSOLVER_SVDPolar(),
3736
ROCSOLVER_Jacobi(),
3837
)
3938
TestSuite.test_svd_algs(ROCMatrix{T}, (m, n), AMD_SVD_ALGS; test_trunc = false)

0 commit comments

Comments
 (0)