aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrzej Janik <[email protected]>2020-10-25 00:24:40 +0200
committerAndrzej Janik <[email protected]>2020-10-25 00:24:40 +0200
commit85ee8210dfdd622452c640c65844894694365621 (patch)
tree6bcf884e0b1724582763f612873ab463a438bfab /Cargo.toml
parent28a0968294b7001b69174087445d1254cb8a0138 (diff)
downloadZLUDA-85ee8210dfdd622452c640c65844894694365621.tar.gz
ZLUDA-85ee8210dfdd622452c640c65844894694365621.zip
Add dynamic shared mem support
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 42be95a..1666bee 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,8 +5,8 @@ members = [
"level_zero",
"spirv_tools-sys",
"notcuda",
- "notcuda_inject",
- "notcuda_redirect",
+ #"notcuda_inject",
+ #"notcuda_redirect",
"ptx",
]