Kevin Chen

Results 107 comments of Kevin Chen

Using TRT 10.8 I'm unable to repro the issue, all test cases pass. @haijieg can you confirm that 10.8 works for you?

Closing due to issue being reported on TRT version that we no longer support. Please try with the latest TRT version to see if you still have the issue.

All plugins (written by NVIDIA or not) break graph fusions in TensorRT. User written plugins are recommended for operators that are not supported by TensorRT or if the plugin implements...

You can use the builder flag kSTRONGLY_TYPED to force TensorRT to respect the casts. See https://github.com/NVIDIA/TensorRT/blob/release/10.8/include/NvInfer.h#L10299 for more info.

`trtexec` is mainly a pure performance measuring tool, and uses a few tricks to increase number of queries, including the fact that it enqueues two batches at once, and doesn't...

Are you still having this issue? Are you able to share the model? Does inference work using trtexec?