-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathProject.toml
More file actions
44 lines (39 loc) · 1.16 KB
/
Project.toml
File metadata and controls
44 lines (39 loc) · 1.16 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
name = "KomaMRICore"
uuid = "4baa4f4d-2ae9-40db-8331-a7d1080e3f4e"
authors = ["Carlos Castillo Passi <cncastillo@uc.cl>"]
version = "0.11.1"
[deps]
AcceleratedKernels = "6a4ca0a5-0e36-4168-a932-d9be78d558f1"
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
KomaMRIBase = "d0bc0b20-b151-4d03-b2a4-6ca51751cb9c"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
ThreadsX = "ac1d9e8a-700a-412c-b207-f0111f4b6c0d"
[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]
KomaAMDGPUExt = "AMDGPU"
KomaCUDAExt = "CUDA"
KomaMetalExt = "Metal"
KomaoneAPIExt = "oneAPI"
[compat]
AMDGPU = "0.9, 1, 2"
AcceleratedKernels = "0.3.2, 0.4"
Adapt = "3, 4"
CUDA = "3, 4, 5, 6.0"
Functors = "0.4, 0.5"
KernelAbstractions = "0.9.34"
KomaMRIBase = "0.11"
Metal = "1.2"
ProgressMeter = "1"
Reexport = "1"
ThreadsX = "0.1"
julia = "1.10"
oneAPI = "1, 2"
[workspace]
projects = ["test"]