Skip to content

Remove cudarc - #143

Merged
theHamsta merged 2 commits into
rustnn:mainfrom
theHamsta:remove-cudarc
Sep 23, 2026
Merged

theHamsta merged 2 commits into
rustnn:mainfrom
theHamsta:remove-cudarc

Conversation

@theHamsta

Copy link
Copy Markdown
Contributor

Needs follow-up in RustNN

Cargo will detect dependencies within workspace itself.

```
  --> Cargo.toml:14:1
   |
14 | trtexec-rs = { path = "trtx" }
   | ^^^^^^^^^^
   |
   = note: `cargo::unused_workspace_dependencies` is set to `warn` by default
help: consider removing the workspace dependency `trtexec-rs`
warning: unused workspace dependency `trtx-sys`
  --> Cargo.toml:13:1
   |
13 | trtx-sys = { path = "trtx-sys" }
   | ^^^^^^^^
   |
help: consider removing the workspace dependency `trtx-sys`
warning: workspace (manifest) generated 2 warnings
```
Comment thread trtx/Cargo.toml
trtx-sys = { version = "0.8.1", path = "../trtx-sys", default-features = false }
thiserror = "2.0"
cxx = "1.0"
libc = "0.2"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

never used. cargo warns about it

@theHamsta
theHamsta force-pushed the remove-cudarc branch 3 times, most recently from 78c6c57 to 18f7439 Compare September 23, 2026 15:28
With rustnn/rustnn#185 most important consumer
has vanished.

People can now use the CUDA crate of their choice to interact with trtx.
We won't have an extra version of cudarc.
@theHamsta
theHamsta merged commit 7d6a370 into rustnn:main Sep 23, 2026
5 checks passed
@theHamsta
theHamsta deleted the remove-cudarc branch September 23, 2026 15:57
@theHamsta theHamsta mentioned this pull request Sep 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant