aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrzej Janik <[email protected]>2020-05-03 23:53:56 +0200
committerAndrzej Janik <[email protected]>2020-05-06 22:10:31 +0200
commit3b433456a1428a423f7f5ec8aaa3e926eb9eea99 (patch)
tree8a9b80e9fb9c93b9b81bc4d9052e3c92f1270a7f /Cargo.toml
parenta69c12a3872c5f71000ae4a8eaa868ecbffedc7d (diff)
downloadZLUDA-3b433456a1428a423f7f5ec8aaa3e926eb9eea99.tar.gz
ZLUDA-3b433456a1428a423f7f5ec8aaa3e926eb9eea99.zip
Convert PTX predicates to a distinct conditional jump statement
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e311ea7..5106d33 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,4 +6,8 @@ members = [
"notcuda_inject",
"notcuda_redirect",
"ptx",
-] \ No newline at end of file
+]
+
+[patch.crates-io]
+rspirv = { git = 'https://github.com/vosen/rspirv', branch = 'notcuda' }
+spirv_headers = { git = 'https://github.com/vosen/rspirv', branch = 'notcuda' } \ No newline at end of file