-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
51 lines (45 loc) · 1.6 KB
/
Project.toml
File metadata and controls
51 lines (45 loc) · 1.6 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
name = "HackenbushGames"
uuid = "01ec8bc2-77c0-4797-a5fe-db76a6b99454"
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
version = "1.1.0"
license = "MPL-2.0"
[deps]
AcceleratorGate = "59f742c7-270d-4a76-95d4-a853ae16cc71"
[weakdeps]
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
CryptoAccel = "99999999-9999-9999-9999-999999999999"
DSPLibs = "33333333-3333-3333-3333-333333333333"
FPGASynthesis = "44444444-4444-4444-4444-444444444444"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
MathAccel = "88888888-8888-8888-8888-888888888888"
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
NPUAccel = "22222222-2222-2222-2222-222222222222"
PPUCompute = "77777777-7777-7777-7777-777777777777"
QPUInterface = "66666666-6666-6666-6666-666666666666"
TPUCompute = "11111111-1111-1111-1111-111111111111"
VPURuntime = "55555555-5555-5555-5555-555555555555"
[extensions]
HackenbushGamesCUDAExt = ["CUDA", "KernelAbstractions"]
HackenbushGamesMetalExt = ["Metal", "KernelAbstractions"]
HackenbushGamesROCmExt = ["AMDGPU", "KernelAbstractions"]
HackenbushGamesTPUExt = "TPUCompute"
HackenbushGamesNPUExt = "NPUAccel"
HackenbushGamesDSPExt = "DSPLibs"
HackenbushGamesFPGAExt = "FPGASynthesis"
HackenbushGamesVPUExt = "VPURuntime"
HackenbushGamesQPUExt = "QPUInterface"
HackenbushGamesPPUExt = "PPUCompute"
HackenbushGamesMathExt = "MathAccel"
HackenbushGamesCryptoExt = "CryptoAccel"
[compat]
AcceleratorGate = "0.1"
AMDGPU = "1"
CUDA = "5"
KernelAbstractions = "0.9"
Metal = "1"
julia = "1.9"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]