-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Not able to build trtexec #1376
Comments
Version8.0.1 utilizes CMake to compile samples. |
@bmfire1 thanks for the reply You mean to say i do a cmake rather than make |
Yes. |
@letdivedeep how much space is needed to build |
Hello @lapolonio , could you try #1373 to reduce the space usage? thanks! |
Closing since no activity for more than 3 weeks, please reopen if you still have question, thanks! |
when i build trtexec, i get the following errors: CMake Warning (dev) in CMakeLists.txt:
should be added at the top of the file. The version specified may be lower -- Configuring incomplete, errors occurred! |
@GeneralJing for the "Unknown CMake command "set_ifndef"" error, please consider put "include(../../cmake/modules/set_ifndef.cmake)" in "CMakeList.txt" file (Zhou's suggestion) |
I have used the latest tensoRT version v8.0.1: link
used the docker provided in the repo
Build docker :
./docker/build.sh --file docker/ubuntu-18.04.Dockerfile --tag tensorrt-ubuntu18.04-cuda11.3 --cuda 11.3.1
Run the docker
./docker/launch.sh --tag tensorrt-ubuntu18.04-cuda11.3 --gpus all --jupyter 6007
To install trtexec :
Error :
make: *** No targets specified and no makefile found. Stop.
The text was updated successfully, but these errors were encountered: