Skip to content

Commit d12d55d

Browse files
committed
Typo
1 parent 4478cfd commit d12d55d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/amd/polar.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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))
@@ -39,7 +39,7 @@ end
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))

0 commit comments

Comments
 (0)