We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I encounter the same issue as #49 . I simply add the following line in frvt/11/src/nullImpl/CMakeLists.txt:
frvt/11/src/nullImpl/CMakeLists.txt
target_link_libraries(frvt_11_null_001 ${TORCH_LIBRARIES})
Then, running ./scripts/build_null_impl.sh and ./run_validate_11.sh gives
./scripts/build_null_impl.sh
./run_validate_11.sh
Checking for hard-coded config directory free(): invalid pointer PID 33486 exited due to signal 6 free(): invalid pointer
./run_validate_11.sh run successfully without that line. How can I link libtorch correctly in the CMakeLists.txt? Thanks for your help!
CMakeLists.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I encounter the same issue as #49 . I simply add the following line in
frvt/11/src/nullImpl/CMakeLists.txt
:Then, running
./scripts/build_null_impl.sh
and./run_validate_11.sh
gives./run_validate_11.sh
run successfully without that line.How can I link libtorch correctly in the
CMakeLists.txt
? Thanks for your help!The text was updated successfully, but these errors were encountered: