Skip to content

Commit 0fba977

Browse files
committed
Runic
1 parent e7f5daa commit 0fba977

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/amd/svd.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ end
8888
end
8989
end
9090
end
91-
@testset "size (0, 0)" begin
91+
@testset "size (0, 0)" begin
9292
algs = (ROCSOLVER_QRIteration(), ROCSOLVER_Jacobi())
9393
@testset "algorithm $alg" for alg in algs
9494
A = ROCArray(randn(rng, T, 0, 0))

test/cuda/svd.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ end
8989
end
9090
end
9191
end
92-
@testset "size (0, 0)" begin
92+
@testset "size (0, 0)" begin
9393
algs = (CUSOLVER_QRIteration(), CUSOLVER_SVDPolar(), CUSOLVER_Jacobi())
9494
@testset "algorithm $alg" for alg in algs
9595
A = CuArray(randn(rng, T, 0, 0))

test/svd.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ end
9292
@test diagview(S) Sc
9393
end
9494
end
95-
@testset "size (0, 0)" begin
95+
@testset "size (0, 0)" begin
9696
@testset "algorithm $alg" for alg in
9797
(LAPACK_DivideAndConquer(), LAPACK_QRIteration())
9898
A = randn(rng, T, 0, 0)

0 commit comments

Comments
 (0)