Skip to content
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

nvcaffe_parser in TRT10 #1908

Open
vijayreddysamula opened this issue Nov 6, 2024 · 2 comments
Open

nvcaffe_parser in TRT10 #1908

vijayreddysamula opened this issue Nov 6, 2024 · 2 comments

Comments

@vijayreddysamula
Copy link

Hi @dusty-nv,
The TRT10 doesnt have nvcaffe_parser. but in the cMakeLists.txt still you have nvcaffe_parser. I have Installed with CUDA12.3 and TRT10.3 in x86_64.
I am getting always cannot find -lnvcaffe_parser: No such file or directory

if(CUDA_VERSION VERSION_LESS "12.6")
target_link_libraries(jetson-inference nvcaffe_parser)
else()
CUDA_ADD_CUBLAS_TO_TARGET(jetson-inference)
endif()

@dusty-nv
Copy link
Owner

dusty-nv commented Nov 6, 2024

@vijayreddysamula it's set to 12.6 because that is when TRT10 began shipping in JetPack, but you can manually change your local CMakeLists.txt in that case, as through CMake I just get the CUDA_VERSION and not the TRT_VERSION to check against.

@vijayreddysamula
Copy link
Author

Thank you @dusty-nv for the quick reply.
I don't understand why there is still nvcaffe_parser in cMakeLists.txt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants