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
11
11
m = 54
12
12
@testset " size ($m , $n )" for n in (37 , m)
13
13
k = min (m, n)
14
- svd_algs = (rocSOLVER_QRIteration (), rocSOLVER_Jacobi ())
14
+ svd_algs = (ROCSOLVER_QRIteration (), ROCSOLVER_Jacobi ())
15
15
@testset " algorithm $svd_alg " for svd_alg in svd_algs
16
16
n < m && svd_alg isa rocSOLVER_QRIteration && continue
17
17
A = ROCArray (randn (rng, T, m, n))
39
39
n = 54
40
40
@testset " size ($m , $n )" for m in (37 , n)
41
41
k = min (m, n)
42
- svd_algs = (rocSOLVER_QRIteration (), rocSOLVER_Jacobi ())
42
+ svd_algs = (ROCSOLVER_QRIteration (), ROCSOLVER_Jacobi ())
43
43
@testset " algorithm $svd_alg " for svd_alg in svd_algs
44
44
n > m && svd_alg isa rocSOLVER_QRIteration && continue
45
45
A = ROCArray (randn (rng, T, m, n))
You can’t perform that action at this time.
0 commit comments