grimoire / amirstan_plugin

Useful tensorrt plugin. For pytorch and mmdetection model conversion.
MIT License
155 stars 38 forks source link

Error during compilation with TensorRT 8 #20

Closed sbugallo closed 3 years ago

sbugallo commented 3 years ago

Hi!

I'm trying to compile this project with TensorRT 8 but some errors raised because NVIDIA added the noexcept operator to some declarations and also made some methods private. You can find the output log here.

is the support for TensorRT 8 on the roadmap?

Thanks!

grimoire commented 3 years ago

Hi I am working on it, might take some time. If you want to try fix it by yourself, this issue might help you.

grimoire commented 3 years ago

Update TensorRT8 is supported now. Note that I have not yet tested all supported models in mmdetection-to-tensorrt. If you meet any problems, please feel free to report here.

sbugallo commented 3 years ago

I've been working with this project a few days now and so far so good. I think we can close this issue. Since version 0.4.1 does not include TensorRT 8 support, I hope to see a new release soon! Thanks!!