Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ book:
- pages/benchmark.qmd
- pages/multigrid.qmd
- pages/distributed.qmd
- pages/internals.qmd
- part: "API"
chapters:
- pages/api.qmd
Expand Down
4 changes: 3 additions & 1 deletion docs/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ there is no OrdinaryDiffEq.jl integration yet
When one device is not enough,
`prepare_distributed` partitions the grid across several GPUs without changing a
line of operator code — see
[Distributed Multi-GPU Solves](pages/distributed.qmd).
[Distributed Multi-GPU Solves](pages/distributed.qmd). If you are here to change
the package rather than use it, [Internals](pages/internals.qmd) walks each main
operation's call sequence with the concrete types named at every step.

## Quickstart

Expand Down
Loading
Loading