aboutsummaryrefslogtreecommitdiffhomepage
path: root/zluda/Cargo.toml
diff options
context:
space:
mode:
authorAndrzej Janik <[email protected]>2021-01-16 22:28:48 +0100
committerGitHub <[email protected]>2021-01-16 22:28:48 +0100
commitff8135e8a308e8e3e155e6873989423ccad7a27a (patch)
tree7b34d0d7b8944c28fd1c3ecbff1af7ca5ef6767b /zluda/Cargo.toml
parent09f679693bec135776380c92409f4693587ff482 (diff)
downloadZLUDA-ff8135e8a308e8e3e155e6873989423ccad7a27a.tar.gz
ZLUDA-ff8135e8a308e8e3e155e6873989423ccad7a27a.zip
Add a library for dumping kernels arguments before and after launch (#18)
Diffstat (limited to 'zluda/Cargo.toml')
-rw-r--r--zluda/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/zluda/Cargo.toml b/zluda/Cargo.toml
index 52a3445..6e0d077 100644
--- a/zluda/Cargo.toml
+++ b/zluda/Cargo.toml
@@ -13,7 +13,7 @@ level_zero = { path = "../level_zero" }
level_zero-sys = { path = "../level_zero-sys" }
lazy_static = "1.4"
num_enum = "0.4"
-lz4 = "1.23"
+lz4-sys = "1.9"
[dev-dependencies]
cuda-driver-sys = "0.3.0"