We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4478cfd commit d12d55dCopy full SHA for d12d55d
1 file changed
test/amd/polar.jl
@@ -11,7 +11,7 @@ using AMDGPU
11
m = 54
12
@testset "size ($m, $n)" for n in (37, m)
13
k = min(m, n)
14
- svd_algs = (rocSOLVER_QRIteration(), rocSOLVER_Jacobi())
+ svd_algs = (ROCSOLVER_QRIteration(), ROCSOLVER_Jacobi())
15
@testset "algorithm $svd_alg" for svd_alg in svd_algs
16
n < m && svd_alg isa rocSOLVER_QRIteration && continue
17
A = ROCArray(randn(rng, T, m, n))
@@ -39,7 +39,7 @@ end
39
n = 54
40
@testset "size ($m, $n)" for m in (37, n)
41
42
43
44
n > m && svd_alg isa rocSOLVER_QRIteration && continue
45
0 commit comments