-
-
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.87 KB
/
Copy pathProject.toml
File metadata and controls
51 lines (45 loc) · 1.87 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 = "ZeroProb"
uuid = "f9e8c2e0-8b4a-4d5f-9a3c-1e2d3c4b5a6f"
version = "0.1.0"
license = "MPL-2.0"
authors = ["Jonathan D.A. Jewell <[email protected]>"]
[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[weakdeps]
# Real packages registered in the Julia General registry:
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
[extensions]
ZeroProbCUDAExt = ["CUDA", "KernelAbstractions"]
ZeroProbMetalExt = ["Metal", "KernelAbstractions"]
ZeroProbROCmExt = ["AMDGPU", "KernelAbstractions"]
# Removed: ZeroProbTPUExt, ZeroProbNPUExt, ZeroProbFPGAExt, ZeroProbVPUExt,
# ZeroProbQPUExt, ZeroProbDSPExt, ZeroProbPPUExt, ZeroProbMathExt,
# ZeroProbCryptoExt — all were triggered by AcceleratorGate, an unregistered
# placeholder package (UUID 59f742c7) not in Julia General. It made
# Pkg.instantiate() fail ("expected package AcceleratorGate to be registered").
# The corresponding ext/*.jl files are excluded from the project graph until
# AcceleratorGate is registered. ZeroProbTPUExt is now an explicit opt-in CPU
# simulator adapter for the central operation API; it makes no TPU hardware
# claim. Other historical files remain unaudited reference stubs. This
# mirrors the 2026-06-13 fix applied to the sibling .jl packages.
[compat]
AMDGPU = "1"
CUDA = "5"
Distributions = "0.25"
KernelAbstractions = "0.9"
Metal = "1"
Plots = "1.39"
StatsBase = "0.34"
julia = "1.9"
[extras]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Random", "LinearAlgebra"]