-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathProject.toml
More file actions
54 lines (50 loc) · 1.68 KB
/
Copy pathProject.toml
File metadata and controls
54 lines (50 loc) · 1.68 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
52
53
54
name = "GPUCompiler"
uuid = "61eb1bfa-7361-4325-ad38-22787b887f55"
version = "2.1.1"
authors = ["Tim Besard <tim.besard@gmail.com>"]
[workspace]
projects = ["test"]
[deps]
CompilerCaching = "9db33cc3-5358-4881-8759-fa4194144afd"
ExprTools = "e2ba6199-217a-4e67-a87a-7c52f15ade04"
Highlights = "eafb193a-b7ab-5a9e-9068-77385905fa72"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
LLVM = "929cbde3-209d-540e-8aea-75f648917ca0"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
Tracy = "e689c965-62c8-4b79-b2c5-8359227902fd"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
tree_sitter_gcn_jll = "8b5cbfcf-8811-596e-8e87-0e51e05ee4b2"
tree_sitter_llvm_jll = "44208993-ee63-5069-9443-8e43b04a9b30"
tree_sitter_ptx_jll = "71e3f6e6-c059-5e7c-a2f2-d560fdad7ce5"
tree_sitter_spirv_jll = "f0e86581-c468-54df-a4de-3266e11a3c86"
[weakdeps]
AMDGPU_LLVM_Backend_jll = "cc5c0156-bd05-5a77-8a68-bb0aafb29019"
LLVMDowngrader_jll = "f52de702-fb25-5922-94ba-81dd59b07444"
NVPTX_LLVM_Backend_jll = "ef6e0fe3-e6ef-59c0-bde6-4989574699e0"
[compat]
AMDGPU_LLVM_Backend_jll = "22"
CompilerCaching = "0.4"
ExprTools = "0.1"
Highlights = "0.6"
InteractiveUtils = "1"
LLVM = "9.9"
LLVMDowngrader_jll = "0.8"
Libdl = "1"
Logging = "1"
NVPTX_LLVM_Backend_jll = "22"
PrecompileTools = "1"
Preferences = "1"
REPL = "1"
TOML = "1"
Tracy = "0.1.4"
UUIDs = "1"
julia = "1.10"
tree_sitter_gcn_jll = "0.1"
tree_sitter_llvm_jll = "1.1"
tree_sitter_ptx_jll = "0.1"
tree_sitter_spirv_jll = "0.1"