Skip to content

Commit

Permalink
Update test_cudss.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Apr 19, 2024
1 parent 57636f3 commit 07f0a1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_cudss.jl
Original file line number Diff line number Diff line change
Expand Up @@ -546,10 +546,10 @@ function iterative_refinement()
return norm(r_gpu)
end

n = 1000
n = 100
@testset "precision = $T" for T in (Float32, Float64, ComplexF32, ComplexF64)
R = real(T)
@testset "number of iterative refinement: $ir" for ir in (1, 2)
@testset "number of iterative refinement: $ir" for ir in (0, 1, 2)
@testset "LU" begin
A_cpu = sprand(T, n, n, 0.05) + I
x_cpu = zeros(T, n)
Expand Down

0 comments on commit 07f0a1f

Please sign in to comment.