-
Notifications
You must be signed in to change notification settings - Fork 481
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: LinearSolve v3.0.0 (#124416)
UUID: 7ed4a6bd-45f5-4d41-b270-4a48e9bafcae Repo: https://github.com/SciML/LinearSolve.jl.git Tree: 07f3d18eb57a2b144d25d6b4598124ece8aecf5a Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
- Loading branch information
1 parent
b4ac5d8
commit 16dfeb6
Showing
5 changed files
with
80 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,39 @@ | ||
["1.33.1-2"] | ||
["1.33.1-3"] | ||
HYPRE = "b5ffcf37-a2bd-41ab-a3da-4bd9bc8ad771" | ||
|
||
[2] | ||
[2-3] | ||
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" | ||
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153" | ||
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77" | ||
Pardiso = "46dd5b70-b6fb-5a00-ae2d-e8fea33afaf2" | ||
|
||
["2.11-2"] | ||
["2.11-3"] | ||
BandedMatrices = "aae01518-5342-5314-be14-df237901396f" | ||
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" | ||
|
||
["2.20-2"] | ||
["2.20-3"] | ||
FastAlmostBandedMatrices = "9d29842c-ecb8-4973-b1e9-a27b1157504e" | ||
|
||
["2.20.1-2"] | ||
["2.20.1-3"] | ||
EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869" | ||
|
||
["2.29-2"] | ||
["2.29-3"] | ||
CUDSS = "45b445bb-4962-46a0-9369-b4df9d0f772e" | ||
|
||
["2.5-2.8"] | ||
MKL_jll = "856f044c-d86e-5d09-b602-aeab76dc8ba7" | ||
|
||
["2.5.1-2"] | ||
["2.5.1-3"] | ||
Metal = "dde4c033-4e86-420c-a63e-0dd931031962" | ||
|
||
["2.6-2"] | ||
["2.6-3"] | ||
BlockDiagonals = "0a1fb500-61f7-11e9-3c65-f5ef3456f9f0" | ||
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c" | ||
|
||
["2.8-2.34"] | ||
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9" | ||
|
||
[3] | ||
FastLapackInterface = "29a986be-02c6-4525-aec4-84b980013641" | ||
RecursiveFactorization = "f2c3362d-daeb-58d1-803e-2bc74f2840b4" | ||
Sparspak = "e56a9233-b9d6-4f03-8d0f-1825330902ac" |