File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 ))
Original file line number Diff line number Diff line change 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 ))
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments