TensorRT for RTX custom operators plugin

I found in the document that plugins are currently not supported. Do you have plans to add support? When is the estimated time?

Thank you for your interest in TensorRT for RTX. We’ve not yet prioritized plugin support. Estimated timeline is Q4’2025. Can you share for what model type do you require plugin support?

Thanks for your reply.I have Mask2former model from mmsegmentation, and use mmdeploy convert it to TensorRT engine.
However, it provide the mmdeploy_tensorrt_ops.dll plugin, with custom operators TRTInstanceNormalization, grid_sampler.

1 Like

me too, I use the pointnet++ model for point cloud segmentation. The farthest point sampling operator in it requires a custom registration plugin. Could the priority of plugin registration be improved

Considering current challenges in plugin implementation, we’re exploring simpler ways to allow users to bring in custom implementations. We will keep this thread updated!