File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ using AMDGPU
1111 m = 54
1212 @testset " size ($m , $n )" for n in (37 , m)
1313 k = min(m, n)
14- svd_algs = (rocSOLVER_QRIteration (), rocSOLVER_Jacobi ())
14+ svd_algs = (ROCSOLVER_QRIteration (), ROCSOLVER_Jacobi ())
1515 @testset " algorithm $svd_alg " for svd_alg in svd_algs
1616 n < m && svd_alg isa rocSOLVER_QRIteration && continue
1717 A = ROCArray(randn(rng, T, m, n))
3939 n = 54
4040 @testset " size ($m , $n )" for m in (37 , n)
4141 k = min(m, n)
42- svd_algs = (rocSOLVER_QRIteration (), rocSOLVER_Jacobi ())
42+ svd_algs = (ROCSOLVER_QRIteration (), ROCSOLVER_Jacobi ())
4343 @testset " algorithm $svd_alg " for svd_alg in svd_algs
4444 n > m && svd_alg isa rocSOLVER_QRIteration && continue
4545 A = ROCArray(randn(rng, T, m, n))
You can’t perform that action at this time.
0 commit comments