Skip to content

Commit

Permalink
Fix a typo in gpu.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Sep 26, 2022
1 parent facd67d commit 460087a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ b_cpu = rand(200)
A_gpu = CuSparseMatrixCSC(A_cpu)
b_gpu = CuVector(b_cpu)

# Solve a rectangular and sparse system on a Nvidia GPU
# Solve a rectangular and sparse system on an Nvidia GPU
x, stats = lsmr(A_gpu, b_gpu)
```

Expand Down

0 comments on commit 460087a

Please sign in to comment.