-
Notifications
You must be signed in to change notification settings - Fork 4
/
Project.toml
52 lines (46 loc) · 1.64 KB
/
Project.toml
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
52
name = "GPUInspector"
uuid = "608d808f-ff79-47b0-a25d-21f2c9b42853"
authors = ["Carsten Bauer <[email protected]> and contributors"]
version = "0.3.0-DEV"
[deps]
CpuId = "adafc99b-e345-5852-983c-f28acb93d879"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
NVTX = "5da4648a-3479-48b8-97b9-01cb529c0a1f"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
ThreadPinning = "811555cd-349b-4f26-b7bc-1f208b848042"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
[weakdeps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
[extensions]
CUDAExt = "CUDA"
CairoMakieExt = "CairoMakie"
[compat]
CUDA = "3.8.4, 3.12, 4.4"
CairoMakie = "0.7, 0.10.7, 0.11, 0.12"
CpuId = "0.3"
DocStringExtensions = "0.9"
Glob = "1.3"
HDF5 = "0.16"
NVTX = "0.3"
Reexport = "1.2"
TestItemRunner = "0.2"
ThreadPinning = "0.3, 0.4, 0.5, 0.6, 0.7"
UnicodePlots = "2.8, 3"
julia = "1.9"
[extras]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
[targets]
test = ["Test", "InteractiveUtils", "CairoMakie", "CUDA", "TestItemRunner"]