diff options
author | Andrzej Janik <[email protected]> | 2020-10-25 00:24:40 +0200 |
---|---|---|
committer | Andrzej Janik <[email protected]> | 2020-10-25 00:24:40 +0200 |
commit | 85ee8210dfdd622452c640c65844894694365621 (patch) | |
tree | 6bcf884e0b1724582763f612873ab463a438bfab /Cargo.toml | |
parent | 28a0968294b7001b69174087445d1254cb8a0138 (diff) | |
download | ZLUDA-85ee8210dfdd622452c640c65844894694365621.tar.gz ZLUDA-85ee8210dfdd622452c640c65844894694365621.zip |
Add dynamic shared mem support
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ members = [ "level_zero",
"spirv_tools-sys",
"notcuda",
- "notcuda_inject",
- "notcuda_redirect",
+ #"notcuda_inject",
+ #"notcuda_redirect",
"ptx",
]
|