forked from ark-ecs/Ark.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
46 lines (42 loc) · 1.3 KB
/
Project.toml
File metadata and controls
46 lines (42 loc) · 1.3 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
name = "Ark"
uuid = "56664e29-41e4-4ea5-ab0e-825499acc647"
version = "0.3.2"
authors = ["Martin Lange <martin_lange_@gmx.net>", "Adriano Meligrana <adriano.meligrana@centai.eu>"]
[deps]
FieldViews = "ff5a1669-b1f2-423e-bbd7-b7fa0f7e0224"
FunctionWrappers = "069b7b12-0de2-55c6-9aab-29f3d0a68a2e"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[weakdeps]
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
Mooncake = "da2b9cff-9c12-43a0-ae48-6db2b0edb7d6"
oneAPI = "8f75cd03-7ff8-4ecb-9b8f-daf728133b1b"
OpenCL = "08131aa3-fb12-5dee-8b74-c09406e224a2"
UniqueVectors = "2fbcfb34-fd0c-5fbb-b5d7-e826d8f5b0a9"
[extensions]
ArkAMDGPUInterop = "AMDGPU"
ArkCUDAInterop = "CUDA"
ArkMetalInterop = "Metal"
ArkMooncakeInterop = "Mooncake"
ArkoneAPIInterop = "oneAPI"
ArkOpenCLInterop = "OpenCL"
ArkUniqueVectorsInterop = "UniqueVectors"
[compat]
AMDGPU = "2"
CUDA = "5"
FieldViews = "0.3.2"
FunctionWrappers = "1"
Metal = "1"
Mooncake = "0.4, 0.5"
oneAPI = "2"
OpenCL = "0.10"
PrecompileTools = "1"
Preferences = "1"
Random = "1"
StaticArrays = "1"
UniqueVectors = "1"
julia = "1.10"