aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
blob: 2e9a6edb8f411111728b643cd8c999634b0a51ae (plain)
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
55
56
57
58
59
60
61
[workspace]

# Remember to also update the project's Cargo.toml
# if it's a top-level project
members = [
    "atiadlxx-sys",
    "comgr",
    "cuda_base",
    "cuda_types",
    "detours-sys",
    "ext/llvm-sys.rs",
    "hip_common",
    "hip_runtime-sys",
    "hipblaslt-sys",
    "hipfft-sys",
    "hiprt-sys",
    "miopen-sys",
    "offline_compiler",
    "optix_base",
    "optix_dump",
    "process_address_table",
    "ptx",
    "rocblas-sys",
    "rocm_smi-sys",
    "rocsparse-sys",
    "xtask",
    "zluda",
    "zluda_api",
    "zluda_blas",
    "zluda_blaslt",
    "zluda_ccl",
    "zluda_dark_api",
    "zluda_dnn",
    "zluda_dump",
    "zluda_fft",
    "zluda_inject",
    "zluda_lib",
    "zluda_llvm",
    "zluda_ml",
    "zluda_redirect",
    "zluda_rt",
    "zluda_sparse",
]

# Cargo does not support OS-specific or profile-specific
# targets. We keep list here to bare minimum and rely on xtask
default-members = [
    "zluda_lib",
    "zluda_ml",
    "zluda_inject",
    "zluda_redirect"
]

[profile.dev.package.blake3]
opt-level = 3

[profile.dev.package.lz4-sys]
opt-level = 3

[profile.dev.package.xtask]
opt-level = 3