forked from Multi-V-VM/hetGPU
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
39 lines (35 loc) · 657 Bytes
/
Cargo.toml
File metadata and controls
39 lines (35 loc) · 657 Bytes
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
[workspace]
resolver = "2"
members = [
"comgr",
"cuda_base",
"cuda_types",
"detours-sys",
"zluda",
"zluda_dump",
"zluda_inject",
"zluda_redirect",
"zluda_ml",
"ptx",
"ptx_debug_tool",
"ptx_parser",
"ptx_parser_macros",
"ptx_parser_macros_impl",
"zluda_bindgen",
"ext/amd_comgr-sys",
"ext/intel_comgr-sys",
"ext/ze_runtime-sys",
"ext/hip_runtime-sys",
"ext/tt_comgr-sys",
"ext/tt_runtime-sys",
]
default-members = ["zluda", "zluda_ml", "zluda_inject", "zluda_redirect"]
features = [
"amd",
"intel",
"tenstorrent",
"gemmini",
]
default = [
"gemmini"
]