mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-12 10:48:53 +03:00

Fixes issues pointed out in #27: * spirv_tools-sys was build in non-test profiles * By default ZLUDA dll has a wrong name * We relied on third-party OpenCL installation on Windows * We encouraged building debug configuration * We didn't provide build information for developers (cmake, python, submodules)
19 lines
508 B
TOML
19 lines
508 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"detours-sys",
|
|
"level_zero-sys",
|
|
"level_zero",
|
|
"spirv_tools-sys",
|
|
"zluda",
|
|
"zluda_lib",
|
|
"zluda_inject",
|
|
"zluda_redirect",
|
|
"ptx",
|
|
]
|
|
|
|
default-members = ["zluda_lib", "zluda_inject", "zluda_redirect"]
|
|
|
|
[patch.crates-io]
|
|
rspirv = { git = 'https://github.com/vosen/rspirv', rev = '40f5aa4dedb0d9f1ec24bdd8b6019e01996d1d74' }
|
|
spirv_headers = { git = 'https://github.com/vosen/rspirv', rev = '40f5aa4dedb0d9f1ec24bdd8b6019e01996d1d74' } |