-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
59 lines (53 loc) · 1.68 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
name = "Kokkos"
uuid = "3296cea9-b0de-4b57-aba0-ce554b517c3b"
authors = ["Keluaa <[email protected]> and contributors"]
version = "0.5.4"
[deps]
CxxWrap = "1f15a43c-97ca-5a2a-ae31-89f07a497df4"
FileWatching = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Pidfile = "fa939f87-e72e-5be4-a000-7fc836dbe307"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
libcxxwrap_julia_jll = "3eaa8342-bff7-56a5-9981-c04077f7cee7"
[weakdeps]
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
[extensions]
KokkosAMDGPU = "AMDGPU"
KokkosCUDA = "CUDA"
KokkosMPI = "MPI"
[compat]
AMDGPU = "0.8"
CUDA = "4.1, 5"
CxxWrap = "0.14, 0.15"
FileWatching = "1"
LibGit2 = "1"
Libdl = "1"
MPI = "0.20"
Pidfile = "1.3.0"
Preferences = "1"
Printf = "1"
ProgressMeter = "1"
Requires = "1"
Scratch = "1"
TOML = "1"
UUIDs = "1"
julia = "1.9"
libcxxwrap_julia_jll = "≥ 0.9.7"
[extras]
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Preferences", "Logging", "MPI", "CUDA", "AMDGPU"]