Skip to content

Commit c7b0ea4

Browse files
committed
Update documentation and dependencies
1 parent b1225be commit c7b0ea4

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

docs/src/assets/Manifest.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,9 @@ version = "1.0.6"
232232

233233
[[deps.CTFlows]]
234234
deps = ["CTBase", "CTModels", "DocStringExtensions", "ForwardDiff", "LinearAlgebra", "MLStyle", "MacroTools"]
235-
git-tree-sha1 = "c4a9adf514aca4e006131a5e39792bcf01b449b4"
235+
git-tree-sha1 = "919b47b3c8a9c2fc2c8606ee8fce826bef6d36b2"
236236
uuid = "1c39547c-7794-42f7-af83-d98194f657c2"
237-
version = "0.8.22-beta"
237+
version = "0.8.23"
238238
weakdeps = ["OrdinaryDiffEq"]
239239

240240
[deps.CTFlows.extensions]
@@ -1460,9 +1460,9 @@ version = "2.13.0"
14601460

14611461
[[deps.LinearSolve]]
14621462
deps = ["ArrayInterface", "ConcreteStructs", "DocStringExtensions", "EnumX", "GPUArraysCore", "InteractiveUtils", "Krylov", "Libdl", "LinearAlgebra", "MKL_jll", "Markdown", "OpenBLAS_jll", "PrecompileTools", "Preferences", "RecursiveArrayTools", "Reexport", "SciMLBase", "SciMLLogging", "SciMLOperators", "Setfield", "StaticArraysCore"]
1463-
git-tree-sha1 = "1ddad5f2b0717f71f1588b3519e2f7d80fc2ce65"
1463+
git-tree-sha1 = "7652309d5839b0477a8c5a1d5142d6ebb36864f6"
14641464
uuid = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
1465-
version = "3.69.0"
1465+
version = "3.70.0"
14661466

14671467
[deps.LinearSolve.extensions]
14681468
LinearSolveAMDGPUExt = "AMDGPU"
@@ -1475,6 +1475,7 @@ version = "3.69.0"
14751475
LinearSolveCUSOLVERRFExt = ["CUSOLVERRF", "SparseArrays"]
14761476
LinearSolveChainRulesCoreExt = "ChainRulesCore"
14771477
LinearSolveCliqueTreesExt = ["CliqueTrees", "SparseArrays"]
1478+
LinearSolveElementalExt = "Elemental"
14781479
LinearSolveEnzymeExt = ["EnzymeCore", "SparseArrays"]
14791480
LinearSolveFastAlmostBandedMatricesExt = "FastAlmostBandedMatrices"
14801481
LinearSolveFastLapackInterfaceExt = "FastLapackInterface"
@@ -1503,6 +1504,7 @@ version = "3.69.0"
15031504
CUSOLVERRF = "a8cc9031-bad2-4722-94f5-40deabb4245c"
15041505
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
15051506
CliqueTrees = "60701a23-6482-424a-84db-faee86b9b1f8"
1507+
Elemental = "902c3f28-d1ec-5e7e-8399-a24c3845ee38"
15061508
EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
15071509
FastAlmostBandedMatrices = "9d29842c-ecb8-4973-b1e9-a27b1157504e"
15081510
FastLapackInterface = "29a986be-02c6-4525-aec4-84b980013641"

docs/src/manual-solve-gpu.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,16 @@ For basic CPU solving, see [Solve a problem](@ref manual-solve).
88

99
You need to load the GPU-capable packages:
1010

11-
```@example gpu
11+
```@setup gpu
12+
using OptimalControl
13+
using MadNLPGPU
14+
using CUDA
15+
```
16+
17+
```julia
1218
using OptimalControl
1319
using MadNLPGPU
1420
using CUDA
15-
nothing # hide
1621
```
1722

1823
!!! note "Solver requirements"

0 commit comments

Comments
 (0)