trtexec-rs#49
Conversation
b01741c to
d58a5c7
Compare
|
Made a few tweaks to the API as I discovered problems. Split up into two different PRs? I also added support for .webnn/webnn.json files, this has the nice side effect that we can detect when we break RustNN |
3b7dfb3 to
eed722d
Compare
|
protoc installation still failing on windows. this is how prost itself installs it https://github.com/tokio-rs/prost/blob/master/.github/workflows/ci.yml#L63C1-L66C49 (indirectly from the github releases of protobuf) |
549d0b7 to
069f6f5
Compare
e4f8316 to
c99f2aa
Compare
doesn't this add some kind of circular reference between trtx-rs and rustnn? I'd prefer to support those formats only in rustnn and/or webnn-graph applications. |
|
Not really as the dependency is trtx-sys -> trtx -> trtexec-rs It is true, that pushing to crates.io would require trtexec-rs to depend on non-git dependencies |
22b3c3f to
8b4aef3
Compare
275223f to
8bdc4a1
Compare
Remove the `get_` prefix
I thought it would be nice to have small CLI utility to dogfood features of this crate and profile trtx, test engine caching hashes and maybe also add RustNN input files.