TrojanXu / onnxparser-trt-plugin-sample

A sample for onnxparser working with trt user defined plugins for TRT7.0
Apache License 2.0
166 stars 36 forks source link

It seems this plugin doesn't work well with TRT8.0, any solution? #13

Open AlanLu0808 opened 3 years ago

AlanLu0808 commented 3 years ago

When I compile TRT8.0 directly, it works well. But when I compile TRT8.0 with this plugin, it failed.

GreyZzzzzzXh commented 3 years ago

This may help: https://github.com/GreyZzzzzzXh/onnxparser-trt-plugin-sample/commit/b6c38abde222f6b23a5b163a3ed6cbbd49514394

sandeepnmenon commented 1 year ago

@GreyZzzzzzXh Where do you copy these files to? I am using the nvcr.io/nvidia/tensorrt:22.08-py3 container and I am not able to find the place to copy to? Could you share how you setup the 8.0 TRT?