Open dbermond opened 4 months ago
hi @dbermond I encountered same issue and reviewed recent PR: https://github.com/onnx/onnx-tensorrt/pull/977/files this line seems unnecessary. I removed that, and build successfully
I removed that, and build successfully
Yes, I also stated it above in the issue description. Thanks for the reply anyway.
Description
I'm getting a build error when trying to build TensorRT GA 10.2.0, which in turn uses onnx-tensorrt version
release/GA-10.2
(by commit 706f02e74366b2cbaacf87be61de95df051a2788):There is no source file named
errorHelpers.cpp
in the the onnx-tensorrt repository for versionrelease/GA-10.2
.Removing this file entry from
CMakeLists.txt
fixes the issue.Environment
TensorRT Version: GA 10.2.0 ONNX-TensorRT Version / Branch: release/GA-10.2 GPU Type: RTX 3060 Nvidia Driver Version: proprietary 555.58.02 CUDA Version: 12.5.1 CUDNN Version: 9.2.0.82 Operating System + Version: Arch Linux Python Version (if applicable): 3.12.4 TensorFlow + TF2ONNX Version (if applicable): not applicable PyTorch Version (if applicable): not applicable Baremetal or Container (if container which image + tag): not applicable
Relevant Files
Not applicable.
Steps To Reproduce
Build TensorRT GA 10.2.0 with the following commands: