-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathProject.toml
More file actions
35 lines (31 loc) · 804 Bytes
/
Project.toml
File metadata and controls
35 lines (31 loc) · 804 Bytes
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
name = "JACC"
uuid = "0979c8fe-16a4-4796-9b82-89a9f10403ea"
version = "1.2.0"
authors = [
"pedrovalerolara <valerolarap@ornl.gov>",
"williamfgc <williamfgc@yahoo.com>",
"PhilipFackler <facklerpw@ornl.gov>"
]
[deps]
Atomix = "a9b6321e-bd34-4604-b9c9-b65b8de01458"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
[weakdeps]
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
oneAPI = "8f75cd03-7ff8-4ecb-9b8f-daf728133b1b"
[extensions]
AMDGPUExt = ["AMDGPU"]
CUDAExt = ["CUDA"]
MetalExt = ["Metal"]
oneAPIExt = ["oneAPI"]
[compat]
AMDGPU = "2"
Atomix = "1"
CUDA = "5, 6"
Metal = "1.9"
Pkg = "1.11"
Preferences = "1.4"
julia = "1.11"
oneAPI = "=2.4"