-
Notifications
You must be signed in to change notification settings - Fork 269
Expand file tree
/
Copy pathProject.toml
More file actions
41 lines (38 loc) · 1.18 KB
/
Project.toml
File metadata and controls
41 lines (38 loc) · 1.18 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
name = "CUDATools"
uuid = "9ec180c6-1c07-47c7-9e6e-ebefa4d1f6d0"
authors = ["Tim Besard <tim.besard@gmail.com>"]
version = "6.0.0"
[deps]
CUDACore = "bd0ed864-bdfe-4181-a5ed-ce625a5fdea2"
CUDA_Compiler_jll = "d1e2174e-dfdc-576e-b43e-73b79eb1aca8"
CUPTI = "9e67e8f6-ba02-4b6c-a7db-3b11ae1e7ab7"
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
GPUCompiler = "61eb1bfa-7361-4325-ad38-22787b887f55"
LLVM = "929cbde3-209d-540e-8aea-75f648917ca0"
NVML = "611af6d1-644e-4c5d-bd58-854d7d1254b9"
NVTX = "5da4648a-3479-48b8-97b9-01cb529c0a1f"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
demumble_jll = "1e29f10c-031c-5a83-9565-69cddfc27673"
[sources]
CUPTI = {path = "../lib/cupti"}
NVML = {path = "../lib/nvml"}
[compat]
CUDACore = "=6.0.0"
CUDA_Compiler_jll = "0.3, 0.4"
CUPTI = "=6.0.0"
Crayons = "4"
GPUCompiler = "1.4"
LLVM = "9.3.1"
NVML = "=6.0.0"
NVTX = "1"
PrecompileTools = "1"
Preferences = "1"
PrettyTables = "3"
Printf = "1"
Statistics = "1"
demumble_jll = "1.3"
julia = "1.10"