Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Mar 11, 2024
1 parent 159dd11 commit dc2f311
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pkg> test CUDSS
```julia
using CUDA, CUDA.CUSPARSE
using CUDSS
using SparseArrays
using SparseArrays, LinearAlgebra

T = Float64
n = 100
Expand All @@ -61,7 +61,7 @@ norm(r_gpu)
```julia
using CUDA, CUDA.CUSPARSE
using CUDSS
using SparseArrays
using SparseArrays, LinearAlgebra

T = Float64
n = 100
Expand Down Expand Up @@ -91,7 +91,7 @@ norm(R_gpu)
```julia
using CUDA, CUDA.CUSPARSE
using CUDSS
using SparseArrays
using SparseArrays, LinearAlgebra

T = ComplexF64
n = 100
Expand Down

0 comments on commit dc2f311

Please sign in to comment.