Skip to content

Commit

Permalink
docs: fix use_cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutosh-b-b committed Jul 7, 2024
1 parent e202998 commit 9dffdc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ sol = solve(prob,

[`DeepSplitting`](@ref deepsplitting) can run on the GPU for (much) improved performance. To do so, just set `use_cuda = true`.

```@example DeepSplitting_non_local_PDE
```julia
sol = solve(prob,
alg,
0.1,
Expand Down
2 changes: 1 addition & 1 deletion docs/src/tutorials/deepsplitting.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ sol = solve(prob,

`DeepSplitting` can run on the GPU for (much) improved performance. To do so, just set `use_cuda = true`.

```@example deepsplitting
```julia
sol = solve(prob,
alg,
0.1,
Expand Down

0 comments on commit 9dffdc1

Please sign in to comment.