diff options
author | Andrzej Janik <[email protected]> | 2024-12-02 00:29:57 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-02 00:29:57 +0100 |
commit | 7a6df9dcbf59edef371e7f63c16c64916ddb0c0b (patch) | |
tree | 7800524ba25d38c514f1c769c9c1b665542c5500 /zluda_dump/Cargo.toml | |
parent | 870fed4bb69d919a10822032d65ec20f385df9d7 (diff) | |
download | ZLUDA-7a6df9dcbf59edef371e7f63c16c64916ddb0c0b.tar.gz ZLUDA-7a6df9dcbf59edef371e7f63c16c64916ddb0c0b.zip |
Fix host code and update to CUDA 12.4 (#299)
Diffstat (limited to 'zluda_dump/Cargo.toml')
-rw-r--r-- | zluda_dump/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/zluda_dump/Cargo.toml b/zluda_dump/Cargo.toml index 79f7b76..50e7c2a 100644 --- a/zluda_dump/Cargo.toml +++ b/zluda_dump/Cargo.toml @@ -2,7 +2,7 @@ name = "zluda_dump"
version = "0.0.0"
authors = ["Andrzej Janik <[email protected]>"]
-edition = "2018"
+edition = "2021"
[lib]
name = "zluda_dump"
@@ -10,6 +10,7 @@ crate-type = ["cdylib"] [dependencies]
ptx = { path = "../ptx" }
+ptx_parser = { path = "../ptx_parser" }
lz4-sys = "1.9"
regex = "1.4"
dynasm = "1.2"
|