onnx-tensorrt icon indicating copy to clipboard operation
onnx-tensorrt copied to clipboard

Windows make-j issue

Open r2ba7 opened this issue 3 years ago • 2 comments

Description

So I've built onnxtrt well using: cmake -G "MinGW Makefiles" .. -DTENSORRT_ROOT=C:\TensorRT-8.2.4.2 and it built successfully I installed protobuf using vckpg and also by extracting from protobuf/releases and adding protoc.exe bin file to path as well both results gave me same error but with differenet paths I added the same lines as in issue #796 to cmakelist to make it build successfully However when "make-j" C:\onnx-tensorrt\build>make -j I've attached the make -j attempt at error.txt

Environment

TensorRT Version: 8.2.4.2 ONNX-TensorRT Version / Branch: GPU Type: Nvidia 1060 MaxQ Nvidia Driver Version: CUDA Version: 11.4 CUDNN Version: Operating System + Version: Windows 10 Python Version (if applicable): 3.8.8 TensorFlow + TF2ONNX Version (if applicable): PyTorch Version (if applicable): Baremetal or Container (if container which image + tag):

Relevant Files

Steps To Reproduce

error.txt

r2ba7 avatar May 04 '22 17:05 r2ba7

Which protobuf version are you using?

kevinch-nv avatar Jun 03 '22 06:06 kevinch-nv

same error for me on linux!!! what should I do???

zkccpro avatar Sep 13 '22 05:09 zkccpro