-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
59 lines (52 loc) · 1.74 KB
/
Project.toml
File metadata and controls
59 lines (52 loc) · 1.74 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
authors = ["S. Loisel"]
name = "HPCSparseArrays"
uuid = "537374f1-5608-4525-82fb-641dce542540"
version = "0.1.0"
[compat]
Adapt = "4"
Blake3Hash = "0.3"
CUDA = "5"
CUDSS_jll = "0.7"
KernelAbstractions = "0.9"
MPI = "0.20"
MPIPreferences = "0.1.11"
MUMPS = "1.5"
Metal = "1.9.1"
NCCL_jll = "2"
PrecompileTools = "1"
StaticArrays = "1"
julia = "1.10"
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Blake3Hash = "8f478455-a32d-4928-b0e4-72b19a7d5574"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
MPIPreferences = "3da0fdf6-3ccc-4f1b-acd9-58baa6c99267"
MUMPS = "55d2b088-9f4e-11e9-26c0-150b02ea6a46"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[extensions]
HPCSparseArraysCUDAExt = ["CUDA", "NCCL_jll", "CUDSS_jll"]
HPCSparseArraysMetalExt = "Metal"
[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
CUDSS_jll = "4889d778-9329-5762-9fec-0578a5d30366"
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
NCCL_jll = "4d6d38e4-5b87-5e63-912a-873ff2d649b7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[preferences.MPIPreferences]
__clear__ = ["libmpi", "abi", "mpiexec", "cclibs", "preloads_env_switch"]
_format = "1.0"
binary = "MPItrampoline_jll"
preloads = []
[targets]
test = ["CUDA", "CUDSS_jll", "NCCL_jll", "Random", "Test"]
[weakdeps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
CUDSS_jll = "4889d778-9329-5762-9fec-0578a5d30366"
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
NCCL_jll = "4d6d38e4-5b87-5e63-912a-873ff2d649b7"