aboutsummaryrefslogtreecommitdiffhomepage
path: root/ptx/Cargo.toml
diff options
context:
space:
mode:
authorAndrzej Janik <[email protected]>2024-10-16 03:15:48 +0200
committerGitHub <[email protected]>2024-10-16 03:15:48 +0200
commit3870a96592c6a93d3a68391f6cbaecd9c7a2bc97 (patch)
tree77faf858cfa48c618e18f058046165af949e3929 /ptx/Cargo.toml
parent1a63ef62b7ec47e5d55c1437641169a60f225eae (diff)
downloadZLUDA-3870a96592c6a93d3a68391f6cbaecd9c7a2bc97.tar.gz
ZLUDA-3870a96592c6a93d3a68391f6cbaecd9c7a2bc97.zip
Re-enable all failing PTX tests (#277)
Additionally remove unused compilation paths
Diffstat (limited to 'ptx/Cargo.toml')
-rw-r--r--ptx/Cargo.toml12
1 files changed, 0 insertions, 12 deletions
diff --git a/ptx/Cargo.toml b/ptx/Cargo.toml
index e2c4ff8..9f3fa02 100644
--- a/ptx/Cargo.toml
+++ b/ptx/Cargo.toml
@@ -9,9 +9,6 @@ edition = "2021"
[dependencies]
ptx_parser = { path = "../ptx_parser" }
llvm_zluda = { path = "../llvm_zluda" }
-regex = "1"
-rspirv = "0.7"
-spirv_headers = "1.5"
quick-error = "1.2"
thiserror = "1.0"
bit-vec = "0.6"
@@ -21,18 +18,9 @@ rustc-hash = "2.0.0"
strum = "0.26"
strum_macros = "0.26"
-[dependencies.lalrpop-util]
-version = "0.19.12"
-features = ["lexer"]
-
-[build-dependencies.lalrpop]
-version = "0.19.12"
-features = ["lexer"]
-
[dev-dependencies]
hip_runtime-sys = { path = "../ext/hip_runtime-sys" }
comgr = { path = "../comgr" }
-spirv_tools-sys = { path = "../spirv_tools-sys" }
tempfile = "3"
paste = "1.0"
cuda-driver-sys = "0.3.0"