3DCNN type model tensorrt inference dynamic batch support correlation

Description

When I quantize a 3DCNN type model with tensorrt7,2&8.2, and use dynamic batching, the output is all 0

And it prompts an error: [TensorRT] ERROR: Parameter check failed at: engine.cpp::enqueue::451, condition: bindings != nullptr

I would like to know if tensorrt currently supports dynamic batch for 3DCNN type networks?
if support, how do i do it, thanks!

Environment

TensorRT Version: 7.2&8.2
GPU Type: 3080ti

Hi,
Below link might help you with your query, Kindly check below link for all 3d support layers:

Thanks!

Hi,

Could you please check if you forgot to call https://docs.nvidia.com/deeplearning/tensorrt/api/c_api/classnvinfer1_1_1_i_execution_context.html#a3983767d1765d5bf8585433e7dd86e4a.

Thank you.