Mason Stallmo

Results 9 issues of Mason Stallmo

Hi! While building neon bindings that use a crate that utilizes other C++ code I get the following error only when running `cargo test`. (apologies for the extremely long compiler...

TensorRT engines support two execution modes, sync and async. Sync is already supported and doesn't require any CUDA Streams to run. For async to be supported we need to have...

enhancement

Issue tracking the completion of bindings to the `nvinfer1::INetworkDefinition` interface in the TesnorRT library. All public functions available from the C++ library should have corresponding Rust bindings.

enhancement
help wanted
good first issue

Issue tracking the completion of bindings to the `nvinfer1::IHostMemory` interface in the TensorRT library. All public functions that are available in the C++ library should have corresponding Rust bindings.

enhancement
help wanted
good first issue

Issue tracking the completion of bindings to the `nvinfer1::IUffParser` interface in TensorRT. All public functions that are available in the C++ library should have corresponding Rust bindings.

enhancement
help wanted
good first issue

We're going to need some good documentation for library examples and usage that will be published on docs.rs once we publish the crate to crates.io. We will also need to...

documentation
help wanted
good first issue

The current API for creating a Builder, Network, and Parser is very similar to the C++ API provided by TensorRT. This isn't exactly a bad thing but using it in...

enhancement

Write up a couple of small applications to demonstrate the possible usage of aperture.

Closes #522 This PR changes the `Hooks` trait to be generic over the `AppContextTrait` allowing end users to provide their own structs for application context. This allows for greater flexibility...