aboutsummaryrefslogtreecommitdiffhomepage
path: root/ptx/Cargo.toml
diff options
context:
space:
mode:
authorAndrzej Janik <[email protected]>2020-05-14 02:03:39 +0200
committerAndrzej Janik <[email protected]>2020-05-14 02:03:39 +0200
commit4b894abd96c13375c716b40bcee7f31f384d6b64 (patch)
tree20de3277d215d74a355a47d70fa08cdb217341c6 /ptx/Cargo.toml
parent88756f569b190b5cfc721fe75e5c0fe85320237d (diff)
downloadZLUDA-4b894abd96c13375c716b40bcee7f31f384d6b64.tar.gz
ZLUDA-4b894abd96c13375c716b40bcee7f31f384d6b64.zip
Clean up L0 use
Diffstat (limited to 'ptx/Cargo.toml')
-rw-r--r--ptx/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ptx/Cargo.toml b/ptx/Cargo.toml
index 8fbc82a..02fc23b 100644
--- a/ptx/Cargo.toml
+++ b/ptx/Cargo.toml
@@ -20,4 +20,5 @@ features = ["lexer"]
[dev-dependencies]
level_zero-sys = { path = "../level_zero-sys" }
+level_zero = { path = "../level_zero" }
ocl = { version = "0.19", features = ["opencl_version_1_1", "opencl_version_1_2", "opencl_version_2_1"] }