mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-20 16:34:45 +00:00
32 lines
No EOL
679 B
TOML
32 lines
No EOL
679 B
TOML
[package]
|
|
name = "zluda"
|
|
version = "0.0.0"
|
|
authors = ["Andrzej Janik <vosen@vosen.pl>"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "nvcuda"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
comgr = { path = "../comgr" }
|
|
ptx_parser = { path = "../ptx_parser" }
|
|
ptx = { path = "../ptx" }
|
|
cuda_types = { path = "../cuda_types" }
|
|
cuda_base = { path = "../cuda_base" }
|
|
hip_runtime-sys = { path = "../ext/hip_runtime-sys" }
|
|
lazy_static = "1.4"
|
|
num_enum = "0.4"
|
|
lz4-sys = "1.9"
|
|
tempfile = "3"
|
|
paste = "1.0"
|
|
rustc-hash = "1.1"
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
winapi = { version = "0.3", features = ["heapapi", "std"] }
|
|
|
|
[package.metadata.zluda]
|
|
linux_symlinks = [
|
|
"libcuda.so",
|
|
"libcuda.so.1",
|
|
] |