Skip to content

Commit 4d78f35

Browse files
Update docs/src/tutorials/gpu.md
1 parent ee8cb4c commit 4d78f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/gpu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This computation can be moved to the GPU by the following:
4040

4141
```julia
4242
using CUDA # Add the GPU library for NVIDIA GPUs
43-
sol = LS.solve(prob, LS.CudaOffloadFactorization())
43+
sol = LS.solve(prob, LS.CudaOffloadLUFactorization())
4444
sol.u
4545
```
4646

0 commit comments

Comments
 (0)