diff options
author | Andrzej Janik <[email protected]> | 2021-08-07 15:11:18 +0200 |
---|---|---|
committer | Andrzej Janik <[email protected]> | 2021-08-07 15:11:18 +0200 |
commit | 8d79c5d0f803558a7589db563a4f8b3872dd9059 (patch) | |
tree | ccba5ea5d34c346c09dc6dc231bd4353cd99205c | |
parent | a610136e17cbc3f3ac710563530e12091e03d06c (diff) | |
download | ZLUDA-8d79c5d0f803558a7589db563a4f8b3872dd9059.tar.gz ZLUDA-8d79c5d0f803558a7589db563a4f8b3872dd9059.zip |
Addd missing file
-rw-r--r-- | zluda_ml/Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/zluda_ml/Cargo.toml b/zluda_ml/Cargo.toml index 7b29e8d..4c540b4 100644 --- a/zluda_ml/Cargo.toml +++ b/zluda_ml/Cargo.toml @@ -8,5 +8,6 @@ edition = "2018" name = "nvml"
crate-type = ["cdylib"]
-[dependencies]
-level_zero = { path = "../level_zero" }
+[dependencies.ocl-core]
+version = "0.11"
+features = ["opencl_version_1_2", "opencl_version_2_0", "opencl_version_2_1"]
\ No newline at end of file |