mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-07-25 05:06:38 +03:00
18 lines
276 B
TOML
18 lines
276 B
TOML
[package]
|
|
name = "zluda_blas"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
name = "cublas"
|
|
|
|
[dependencies]
|
|
cuda_base = { path = "../cuda_base" }
|
|
cuda_types = { path = "../cuda_types" }
|
|
|
|
[package.metadata.zluda]
|
|
linux_symlinks = [
|
|
"libcublas.so.12",
|
|
]
|