diff options
author | Andrzej Janik <[email protected]> | 2024-11-22 18:57:19 +0100 |
---|---|---|
committer | Andrzej Janik <[email protected]> | 2024-11-22 18:57:19 +0100 |
commit | 9f677e23c022955d552f2d530488ef51a95f0d6c (patch) | |
tree | fe1e5c51594e03e365bebaa51bc3dc66ccefaf1f /zluda/Cargo.toml | |
parent | 3ec7bffdc5706b4302e5b39411354f09dec02421 (diff) | |
download | ZLUDA-9f677e23c022955d552f2d530488ef51a95f0d6c.tar.gz ZLUDA-9f677e23c022955d552f2d530488ef51a95f0d6c.zip |
Add basic cuModule*, add handful of missing stuff
Diffstat (limited to 'zluda/Cargo.toml')
-rw-r--r-- | zluda/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zluda/Cargo.toml b/zluda/Cargo.toml index ab87b6c..0a4c406 100644 --- a/zluda/Cargo.toml +++ b/zluda/Cargo.toml @@ -9,6 +9,8 @@ name = "nvcuda" crate-type = ["cdylib"] [dependencies] +comgr = { path = "../comgr" } +ptx_parser = { path = "../ptx_parser" } ptx = { path = "../ptx" } cuda_types = { path = "../cuda_types" } cuda_base = { path = "../cuda_base" } |