aboutsummaryrefslogtreecommitdiffhomepage
path: root/zluda_inject
diff options
context:
space:
mode:
authorAndrzej Janik <[email protected]>2021-12-05 23:01:46 +0100
committerAndrzej Janik <[email protected]>2021-12-05 23:01:46 +0100
commit2c6d7ffb7a68514dbfa97095516681d843802012 (patch)
tree764c2ae95e44e6c5d37f6fc5feb91ccee5d32314 /zluda_inject
parent26bf0eeaf278be11ac7ddf25bcddc752fe49f7aa (diff)
downloadZLUDA-2c6d7ffb7a68514dbfa97095516681d843802012.tar.gz
ZLUDA-2c6d7ffb7a68514dbfa97095516681d843802012.zip
Fix remaining issues with detouring nvcuda
Diffstat (limited to 'zluda_inject')
-rw-r--r--zluda_inject/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/zluda_inject/Cargo.toml b/zluda_inject/Cargo.toml
index cc9dc9b..73489bb 100644
--- a/zluda_inject/Cargo.toml
+++ b/zluda_inject/Cargo.toml
@@ -13,7 +13,7 @@ winapi = { version = "0.3", features = ["jobapi2", "processthreadsapi", "synchap
detours-sys = { path = "../detours-sys" }
[dev-dependencies]
-# dependency for integration tests
+# all of those are used in integration tests
zluda_redirect = { path = "../zluda_redirect" }
-# dependency for integration tests
zluda_dump = { path = "../zluda_dump" }
+zluda_ml = { path = "../zluda_ml" }