Description
the given model can be converted to tensorrt engine using tensorrt before8.4.1,
but the conversion failed in tensorrt8.5.2
Environment
TensorRT Version: 8.5.2.1
GPU Type: Orin
Nvidia Driver Version:
CUDA Version: 11.4
CUDNN Version: 8.4.1
Operating System + Version: ubuntu 20.04.4
Python Version (if applicable):
TensorFlow Version (if applicable):
PyTorch Version (if applicable):
Baremetal or Container (if container which image + tag):
Relevant Files
Steps To Reproduce
./trtexec --onnx=test.onnx --saveEngine=test.onnx.engine --minShapes=feature:1x512x4,xyz0:1x512x3,xyz1:1x128x3,xyz2:1x32x3,xyz3:1x8x3,neigh_idx0:1x512x1,neigh_idx1:1x128x8,neigh_idx2:1x32x8,neigh_idx3:1x8x8,sub_idx0:1x128x1,sub_idx1:1x32x8,sub_idx2:1x8x8,sub_idx3:1x2x8,interp_idx0:1x512x1,interp_idx1:1x128x1,interp_idx2:1x32x1,interp_idx3:1x8x1 --optShapes=feature:1x51200x4,xyz0:1x51200x3,xyz1:1x12800x3,xyz2:1x3200x3,xyz3:1x800x3,neigh_idx0:1x51200x1,neigh_idx1:1x12800x8,neigh_idx2:1x3200x8,neigh_idx3:1x800x8,sub_idx0:1x12800x1,sub_idx1:1x3200x8,sub_idx2:1x800x8,sub_idx3:1x200x8,interp_idx0:1x51200x1,interp_idx1:1x12800x1,interp_idx2:1x3200x1,interp_idx3:1x800x1 --maxShapes=feature:1x153600x4,xyz0:1x153600x3,xyz1:1x38400x3,xyz2:1x9600x3,xyz3:1x2400x3,neigh_idx0:1x153600x1,neigh_idx1:1x38400x8,neigh_idx2:1x9600x8,neigh_idx3:1x2400x8,sub_idx0:1x38400x1,sub_idx1:1x9600x8,sub_idx2:1x2400x8,sub_idx3:1x600x8,interp_idx0:1x153600x1,interp_idx1:1x38400x1,interp_idx2:1x9600x1,interp_idx3:1x2400x1 --verbose
test.onnx (363.6 KB)