Commit 9110b09
Sebastien Loisel
Update documentation for HPCBackend API
- Fix docs/Project.toml UUID to match renamed package
- Update all code examples to use backend parameter:
- BACKEND_CPU_MPI for CPU with MPI
- backend_metal_mpi(comm) for Metal GPU
- backend_cuda_mpi(comm) for CUDA GPU
- Update type parameter documentation from AV/AM to B<:HPCBackend
- Add Backend Types section to API reference
- Fix import order: MPI.Init() before using HPCLinearAlgebra
- Update Julia version requirement to 1.111 parent 73ede94 commit 9110b09
7 files changed
Lines changed: 253 additions & 135 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
79 | 96 | | |
80 | 97 | | |
81 | | - | |
| 98 | + | |
82 | 99 | | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
88 | 105 | | |
89 | | - | |
| 106 | + | |
90 | 107 | | |
91 | | - | |
| 108 | + | |
92 | 109 | | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
98 | 115 | | |
99 | 116 | | |
100 | 117 | | |
| |||
0 commit comments