-
Notifications
You must be signed in to change notification settings - Fork 545
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make -j8 popping out the error #23
Comments
Could you do |
5 errors detected in the compilation of "/tmp/tmpxft_000016ac_00000000-7_Split.cpp1.ii". CMakeFiles/nvonnxparser_plugin.dir/build.make:1769: recipe for target 'CMakeFiles/nvonnxparser_plugin.dir/nvonnxparser_plugin_generated_Split.cu.o' failed CMakeFiles/nvonnxparser_plugin.dir/build.make:1140: recipe for target 'CMakeFiles/nvonnxparser_plugin.dir/nvonnxparser_plugin_generated_ResizeNearest.cu.o' failed CMakeFiles/nvonnxparser_plugin.dir/build.make:886: recipe for target 'CMakeFiles/nvonnxparser_plugin.dir/nvonnxparser_plugin_generated_FancyActivation.cu.o' failed |
hi yinghai, can you figure out what could be the reason??? |
@yinghai Is it okay to install it with Tensorrt-4? coz I am getting the same error:
|
@anish9 Installing with TensorRT-4.0 is OK as I just tried. Regarding your compilation error, I suspect your CUDA version is too old. We require at least CUDA 8.0. Here is a similar issue that has been reported: BVLC/caffe#4046 |
@yinghai we checked our CUDA version and its 9.0 |
Try adding |
I guess your |
@yinghai Where is NVCCFLAG? The error still persists, I couldn't find the files which are mentioned in[ this caffe issue] (BVLC/caffe#4046) | as this issue is 2years old file doesn't match.
And other installation configurations Successful steps:
The error:
the Tree structure of my build repository, half compiled:
Any help? will be appreciated. |
You nvcc is too old. Are you sure your CUDA 9.0 is being invoked? |
we have found the solution for the above error from the terminal
Inside there add the following:
Files we used on the fixing of the following error:
|
Fixes #23 |
I was able to complete the first three steps:
in the fourth step
I get the following error:
Error generating file
/home/anish-fujitsu/onnx-tensorrt/build/CMakeFiles/nvonnxparser_plugin.dir//./nvonnxparser_plugin_generated_FancyActivation.cu.o
CMakeFiles/nvonnxparser_plugin.dir/build.make:886: recipe for target 'CMakeFiles/nvonnxparser_plugin.dir/nvonnxparser_plugin_generated_FancyActivation.cu.o' failed
make[2]: *** [CMakeFiles/nvonnxparser_plugin.dir/nvonnxparser_plugin_generated_FancyActivation.cu.o] Error 1
CMakeFiles/Makefile2:180: recipe for target 'CMakeFiles/nvonnxparser_plugin.dir/all' failed
make[1]: *** [CMakeFiles/nvonnxparser_plugin.dir/all] Error 2
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: