diff options
author | Andrzej Janik <[email protected]> | 2020-07-12 14:58:54 +0200 |
---|---|---|
committer | Andrzej Janik <[email protected]> | 2020-07-12 14:58:54 +0200 |
commit | f2f3eeb303d2aa414f75b28310b8d4f038526d09 (patch) | |
tree | 25c7e7a68587cd009e468ff33db54c38e32e40c4 /ptx/Cargo.toml | |
parent | 279e6246ba0ac3fc7b499497514d324c5bce1a78 (diff) | |
download | ZLUDA-f2f3eeb303d2aa414f75b28310b8d4f038526d09.tar.gz ZLUDA-f2f3eeb303d2aa414f75b28310b8d4f038526d09.zip |
Validate PTX build tests against SPIR-V sources
Diffstat (limited to 'ptx/Cargo.toml')
-rw-r--r-- | ptx/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ptx/Cargo.toml b/ptx/Cargo.toml index 7945929..d3c4b73 100644 --- a/ptx/Cargo.toml +++ b/ptx/Cargo.toml @@ -13,6 +13,7 @@ rspirv = "0.6" spirv_headers = "1.4" quick-error = "1.2" bit-vec = "0.6" +paste = "0.1" [build-dependencies.lalrpop] version = "0.18.1" @@ -21,3 +22,4 @@ features = ["lexer"] [dev-dependencies] level_zero-sys = { path = "../level_zero-sys" } level_zero = { path = "../level_zero" } +spirv_tools-sys = { path = "../spirv_tools-sys" } |