Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix and clear documentation #96

Merged
merged 11 commits into from
Jul 7, 2024
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's wrong with this? The doc build on Buildkite has GPUs.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But the GHA action doesnot, it errors since DeepSplitting throws an error when use_cuda is true and CUDA isn't functional

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The GHA should be removed since hte docs build via buildkite

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
Loading