-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathProject.toml
41 lines (37 loc) · 1.21 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name = "ExaPF"
uuid = "0cf0e50c-a82e-488f-ac7e-41ffdff1b8aa"
authors = ["Adrian Maldonado <[email protected]>", "Michel Schanen <[email protected]>", "François Pacaud <[email protected]>"]
version = "0.11.0"
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
KLU = "ef3ab10e-7fda-4108-b977-705223b18434"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
KrylovPreconditioners = "45d422c2-293f-44ce-8315-2cb988662dec"
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SparseDiffTools = "47a9eef4-7e08-11e9-0b38-333d64bd3804"
[weakdeps]
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
[extensions]
ExaPFAMDGPUExt = "AMDGPU"
ExaPFCUDAExt = "CUDA"
[compat]
Adapt = "3.3"
AMDGPU = "0.8"
CUDA = "4.1, 5"
ForwardDiff = "0.10"
KernelAbstractions = "0.9"
KLU = "0.4"
Krylov = "0.9"
KrylovPreconditioners = "0.2"
LazyArtifacts = "1.9"
LinearAlgebra = "1.9"
Printf = "1.9"
SparseArrays = "1.9"
SparseDiffTools = "1"
julia = "1.9"