diff options
author | Andrzej Janik <[email protected]> | 2020-05-03 23:53:56 +0200 |
---|---|---|
committer | Andrzej Janik <[email protected]> | 2020-05-06 22:10:31 +0200 |
commit | 3b433456a1428a423f7f5ec8aaa3e926eb9eea99 (patch) | |
tree | 8a9b80e9fb9c93b9b81bc4d9052e3c92f1270a7f /Cargo.toml | |
parent | a69c12a3872c5f71000ae4a8eaa868ecbffedc7d (diff) | |
download | ZLUDA-3b433456a1428a423f7f5ec8aaa3e926eb9eea99.tar.gz ZLUDA-3b433456a1428a423f7f5ec8aaa3e926eb9eea99.zip |
Convert PTX predicates to a distinct conditional jump statement
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |