We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 682ad62 commit 631cf17Copy full SHA for 631cf17
test/svd.jl
@@ -33,7 +33,6 @@ for T in (BLASFloats..., GenericFloats...), m in (0, 54), n in (0, 37, m, 63)
33
TestSuite.test_svd(ROCMatrix{T}, (m, n); test_trunc = false)
34
AMD_SVD_ALGS = (
35
ROCSOLVER_QRIteration(),
36
- ROCSOLVER_SVDPolar(),
37
ROCSOLVER_Jacobi(),
38
)
39
TestSuite.test_svd_algs(ROCMatrix{T}, (m, n), AMD_SVD_ALGS; test_trunc = false)
0 commit comments